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

stable sync: change name of configured paths to match semantics of save button

Changeset 8817871af06b

Parent e529f25c9271

by Steve Borho

Changes to one file · Browse files at 8817871af06b Showing diff from parent e529f25c9271 Diff from another changeset...

 
187
188
189
190
 
191
192
193
 
187
188
189
 
190
191
192
193
@@ -187,7 +187,7 @@
  pathsbox = QVBoxLayout()   pathsbox.setContentsMargins(0, 0, 0, 0)   pathsframe.setLayout(pathsbox) - lbl = QLabel(_('<b>Configured Paths</b>')) + lbl = QLabel(_('<b>Saved Paths</b>'))   pathsbox.addWidget(lbl)   pathsbox.addWidget(self.hgrctv)   hbox.addWidget(pathsframe)