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: use unversioned not unrevisioned

Changeset 8c2333fd61bc

Parent 72ab5e1ba10a

by timeless

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

 
295
296
297
298
299
 
 
300
301
302
 
295
296
297
 
 
298
299
300
301
302
@@ -295,8 +295,8 @@
   def delete(parent, ui, repo, files):   res = qtlib.CustomPrompt( - _('Confirm Delete Unrevisioned'), - _('Delete the following unrevisioned files?'), + _('Confirm Delete Unversioned'), + _('Delete the following unversioned files?'),   parent, (_('&Delete'), _('Cancel')), 1, 1, files).run()   if res == 1:   return