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 title capitalization for details() text

Changeset 5edefd4f4ba5

Parent a6c50fad612a

by Adrian Buehlmann

Changes to one file · Browse files at 5edefd4f4ba5 Showing diff from parent a6c50fad612a Diff from another changeset...

 
224
225
226
227
 
228
229
230
 
224
225
226
 
227
228
229
230
@@ -224,7 +224,7 @@
  self._setttingsdlg.show()     def details(self): - return _('Local repository %s') % self._root + return _('Local Repository %s') % self._root      class RepoPathsItem(RepoTreeItem):