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

merge: fix label text

Changeset 63e3bf7c5fcf

Parent 0dee8aa0dbc7

by Yuki KODAMA

Changes to one file · Browse files at 63e3bf7c5fcf Showing diff from parent 0dee8aa0dbc7 Diff from another changeset...

 
75
76
77
78
 
79
80
81
 
75
76
77
 
78
79
80
81
@@ -75,7 +75,7 @@
  self.mergetool = combo   combo.set_row_separator_func(lambda model, path: model[path][1])   combo.child.set_width_chars(8) - lbl = gtk.Label(_('mergetool:')) + lbl = gtk.Label(_('Merge tool:'))   lbl.set_alignment(1, 0.5)   self.action_area.add(lbl)   self.action_area.add(combo)