Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

commit: add gettext wrapper to string

Changeset 0a252587943b

Parent 214dbb07760d

by Yuki KODAMA

Changes to one file · Browse files at 0a252587943b Showing diff from parent 214dbb07760d Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
376
377
378
379
 
380
381
382
 
376
377
378
 
379
380
381
382
@@ -376,7 +376,7 @@
  buf.set_text('')   buf.set_modified(False)   else: - c_btn = self.get_toolbutton(('_Commit')) + c_btn = self.get_toolbutton(_('_Commit'))   c_btn.set_label(_('_Commit'))   c_btn.set_tooltip(self.tooltips, _('commit'))   self.branchbutton.set_sensitive(not (self.mqmode or self.qnew))