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 'Save Path' for title of save dialog

avoiding the previous term 'Peer'

I was thinking about inserting the term 'Remote Repository' (see 541f92a02959),
but that felt just too long there.

Changeset 1e96c965505c

Parent 7400239919ef

by Adrian Buehlmann

Changes to one file · Browse files at 1e96c965505c Showing diff from parent 7400239919ef Diff from another changeset...

 
951
952
953
954
 
955
956
957
 
951
952
953
 
954
955
956
957
@@ -951,7 +951,7 @@
  def __init__(self, repo, alias, origurl, safeurl, parent):   super(SaveDialog, self).__init__(parent)   - self.setWindowTitle(_('Save Peer Path')) + self.setWindowTitle(_('Save Path'))   self.setWindowFlags(self.windowFlags() &   ~Qt.WindowContextHelpButtonHint)