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

reporegistry: add missing '...' in UI menu strings

Changeset 3b3ffd739f91

Parent 5c124bc485d3

by Adrian Buehlmann

Changes to one file · Browse files at 3b3ffd739f91 Showing diff from parent 5c124bc485d3 Diff from another changeset...

 
92
93
94
95
 
96
97
98
99
100
101
 
102
103
104
 
92
93
94
 
95
96
97
98
99
100
 
101
102
103
104
@@ -92,13 +92,13 @@
  _("Create a Repository URL Entry"), None, self.newPath),   ("rename", _("Rename"), None,   _("Rename the entry"), None, self.startRename), - ("settings", _("Settings"), None, + ("settings", _("Settings..."), None,   _("View the repository's settings"), None, self.startSettings),   ("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, + ("editpath", _("Edit URL..."), None,   _("Edit Repository URL"), None, self.editPath),   ("clone", _("Clone"), None,   _("Clone Repository"), None, self.cloneRepo),