Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

hgtk i18n: add contexts for 'All'

Changeset 09e1835ec26d

Parent b578229a8af5

by Wagner Bruna

Changes to one file · Browse files at 09e1835ec26d Showing diff from parent b578229a8af5 Diff from another changeset...

 
50
51
52
53
 
54
55
56
 
472
473
474
475
 
476
477
478
 
50
51
52
 
53
54
55
56
 
472
473
474
 
475
476
477
478
@@ -50,7 +50,7 @@
  self.buttons = {}   self.handlers = {}   - self.all = gtk.RadioButton(None, _('All')) + self.all = gtk.RadioButton(None, _('All', 'changesets'))   self.all.set_active(True)   self.append_widget(self.all, padding=0)   self.buttons['all'] = self.all @@ -472,7 +472,7 @@
  ]),     dict(text=_('_Filter'), subitems=[ - dict(text=_('All'), name='all', asradio=True, + dict(text=_('All', 'changesets'), name='all', asradio=True,   func=self.filter_handler, args=['all'], check=True),   dict(text=_('Tagged'), name='tagged', asradio=True,   func=self.filter_handler, args=['tagged'], rg='all'),