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 the term "remote repositry" in tool tip UI texts

instead of "specified URL"

Changeset bcbbce7ae80a

Parent 246da2b9bf59

by Adrian Buehlmann

Changes to one file · Browse files at bcbbce7ae80a Showing diff from parent 246da2b9bf59 Diff from another changeset...

 
101
102
103
104
 
105
106
107
 
108
109
110
 
111
112
113
 
114
115
 
116
117
118
 
101
102
103
 
104
105
106
 
107
108
109
 
110
111
112
 
113
114
 
115
116
117
118
@@ -101,18 +101,18 @@
  return a     self.incomingAction = \ - newaction(_('Preview incoming changesets from specified URL'), + newaction(_('Preview incoming changesets from remote repository'),   'hg-incoming', self.inclicked)   self.pullAction = \ - newaction(_('Pull incoming changesets from specified URL'), + newaction(_('Pull incoming changesets from remote repository'),   'hg-pull', self.pullclicked)   self.outgoingAction = \ - newaction(_('Filter outgoing changesets to specified URL'), + newaction(_('Filter outgoing changesets to remote repository'),   'hg-outgoing', self.outclicked)   self.pushAction = \ - newaction(_('Push outgoing changesets to specified URL'), + newaction(_('Push outgoing changesets to remote repository'),   'hg-push', self.pushclicked) - newaction(_('Email outgoing changesets for specified URL'), + newaction(_('Email outgoing changesets for remote repository'),   'mail-forward', self.emailclicked)     if 'perfarce' in self.repo.extensions():