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 history: add gettext wrapper

Changeset 16270289db41

Parent 0e66f3928294

by Yuki KODAMA

Changes to one file · Browse files at 16270289db41 Showing diff from parent 0e66f3928294 Diff from another changeset...

 
190
191
192
193
 
194
195
196
 
190
191
192
 
193
194
195
196
@@ -190,7 +190,7 @@
  dict(text='----'),   dict(text=_('Choose Details...'), func=self.details_clicked),   dict(text='----'), - dict(name='compact-graph', text=('Compact Graph'), ascheck=True, + dict(name='compact-graph', text=(_('Compact Graph')), ascheck=True,   func=self.toggle_compactgraph, check=self.compactgraph),   dict(name='color-by-branch', text=_('Color by Branch'),   ascheck=True, func=self.toggle_branchcolor,