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

clone: rename 'Close' to 'Cancel' to avoid confusion

Changeset c995be946f6c

Parent d049531ae6a3

by Steve Borho

Changes to one file · Browse files at c995be946f6c Showing diff from parent d049531ae6a3 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​clone.py Stacked
 
154
155
156
157
 
158
159
160
 
154
155
156
 
157
158
159
160
@@ -154,7 +154,7 @@
  hbbox.set_layout(gtk.BUTTONBOX_END)   vbox.pack_start(hbbox, False, False, 2)   - close = gtk.Button(_('Close')) + close = gtk.Button(_('Cancel'))   close.connect('clicked', lambda x: self.destroy())   key, modifier = gtk.accelerator_parse('Escape')   close.add_accelerator('clicked', accelgroup, key, 0,