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 thgshelve: favor Replace over Overwrite

Changeset 81478d0d9c0d

Parent de26106d9326

by timeless

Changes to one file · Browse files at 81478d0d9c0d Showing diff from parent de26106d9326 Diff from another changeset...

 
158
159
160
161
 
162
163
164
 
158
159
160
 
161
162
163
164
@@ -158,7 +158,7 @@
  dialog = gtklib.MessageDialog(flags=gtk.DIALOG_MODAL)   dialog.set_title(_('Shelve'))   dialog.set_markup(_('<b>Shelve file exists!</b>')) - dialog.add_buttons(_('Overwrite'), 1, + dialog.add_buttons(_('Replace'), 1,   _('Append'), 2,   _('Cancel'), -1)   dialog.set_transient_for(self)