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

stable wctxactions: avoid Yes/No actions

Changeset e70279bdef52

Parent 8c2333fd61bc

by timeless

Changes to one file · Browse files at e70279bdef52 Showing diff from parent 8c2333fd61bc Diff from another changeset...

 
240
241
242
243
244
 
 
245
246
247
 
240
241
242
 
 
243
244
245
246
247
@@ -240,8 +240,8 @@
  else:   res = qtlib.CustomPrompt(   _('Confirm Revert'), - _('Revert changes to files?'), parent, - (_('&Yes (backup changes)'), _('Yes (&discard changes)'), + _('Revert local file changes?'), parent, + (_('&Revert with backup'), _('&Discard changes'),   _('Cancel')), 2, 2, files).run()   if res == 2:   return False