Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable sync: use UI text "Paths in Repository Settings"

instead of "Saved Paths"

Changeset bfcda16e56d2

Parent 541f92a02959

by Adrian Buehlmann

Changes to one file · Browse files at bfcda16e56d2 Showing diff from parent 541f92a02959 Diff from another changeset...

 
215
216
217
218
 
219
220
221
 
215
216
217
 
218
219
220
221
@@ -215,7 +215,7 @@
  pathsbox = QVBoxLayout()   pathsbox.setContentsMargins(0, 0, 0, 0)   pathsframe.setLayout(pathsbox) - lbl = QLabel(_('<b>Saved Paths</b>')) + lbl = QLabel(_('<b>Paths in Repository Settings</b>'))   pathsbox.addWidget(lbl)   pathsbox.addWidget(self.hgrctv)   hbox.addWidget(pathsframe)