Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable gdialog: remove gettext wrapper around app name

Changeset 58dac77b1817

Parent cad3c95b26d8

by Steve Borho

Changes to one file · Browse files at 58dac77b1817 Showing diff from parent cad3c95b26d8 Diff from another changeset...

 
33
34
35
36
 
37
38
39
 
33
34
35
 
36
37
38
39
@@ -33,7 +33,7 @@
  def __init__(self, title, message, parent, type=gtk.MESSAGE_INFO):   SimpleMessage.__init__(self, parent, gtk.DIALOG_MODAL,   type, gtk.BUTTONS_CLOSE) - self.set_title(_('TortoiseHG')) + self.set_title('TortoiseHg')   self.set_markup('<b>' + hglib.toutf(title) + '</b>')   self.format_secondary_markup(hglib.toutf(message))   mod = gtklib.get_thg_modifier()