Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

reporegistry: use "Delete" UI text for remove action

Changeset 34e17e5f3d38

Parent 7ccac6d31618

by Adrian Buehlmann

Changes to one file · Browse files at 34e17e5f3d38 Showing diff from parent 7ccac6d31618 Diff from another changeset...

 
91
92
93
94
95
 
 
96
97
98
 
91
92
93
 
 
94
95
96
97
98
@@ -91,8 +91,8 @@
  _("Rename the entry"), None, self.startRename),   ("settings", _("Settings"), None,   _("View the repository's settings"), None, self.startSettings), - ("remove", _("Remove entry"), None, - _("Remove the entry"), None, self.removeSelected), + ("remove", _("Delete"), None, + _("Delete the node and all its subnodes"), None, self.removeSelected),   ("pull", _("Pull"), None,   _("Pull from remote"), None, self.pull),   ("editpath", _("Edit URL"), None,