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 "Edit URL" UI string

Changeset 7ccac6d31618

Parent f822933cc395

by Adrian Buehlmann

Changes to 2 files · Browse files at 7ccac6d31618 Showing diff from parent f822933cc395 Diff from another changeset...

 
20
21
22
23
 
24
25
26
 
20
21
22
 
23
24
25
26
@@ -20,7 +20,7 @@
  layout = QVBoxLayout()     self.setLayout(layout) - self.setWindowTitle(_("Edit Path")) + self.setWindowTitle(_("Edit Repository URL"))     form = QFormLayout()   layout.addLayout(form)
 
95
96
97
98
99
 
 
100
101
102
 
95
96
97
 
 
98
99
100
101
102
@@ -95,8 +95,8 @@
  _("Remove the entry"), None, self.removeSelected),   ("pull", _("Pull"), None,   _("Pull from remote"), None, self.pull), - ("editpath", _("Edit"), None, - _("Edit Path"), None, self.editPath), + ("editpath", _("Edit URL"), None, + _("Edit Repository URL"), None, self.editPath),   ]   return a