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 "Remote Repository" instead of "Current URL"

Changeset 541f92a02959

Parent 7620b7a734da

by Adrian Buehlmann

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

 
147
148
149
150
 
151
152
153
 
147
148
149
 
150
151
152
153
@@ -147,7 +147,7 @@
    style = QApplication.style()   - urlbox = QGroupBox(_('Current URL')) + urlbox = QGroupBox(_('Remote Repository'))   self.layout().addWidget(urlbox)   vbox = QVBoxLayout()   vbox.setSpacing(4)