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: capitalize custom filter label

Changeset c579cd27e474

Parent 70712f367e0d

by Yuki KODAMA

Changes to one file · Browse files at c579cd27e474 Showing diff from parent 70712f367e0d Diff from another changeset...

 
1020
1021
1022
1023
 
1024
1025
1026
 
1020
1021
1022
 
1023
1024
1025
1026
@@ -1020,7 +1020,7 @@
  self.branchcombo = branchcombo     self.custombutton = gtk.RadioButton(all) - self.custombutton.set_property('tooltip-text', _('custom filter')) + self.custombutton.set_property('tooltip-text', _('Custom Filter'))   self.custombutton.set_property('has-tooltip', True)   self.custombutton.set_sensitive(False)   filterbox.append_widget(self.custombutton, padding=0)