Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

stable i18n: disambiguate two meanings of 'push':
1) Push into to another repository;

2) QPush from the patch queue.

Changeset 34d2644553d2

Parent 3b6efcbbe907

by Andrei Polushin

Changes to one file · Browse files at 34d2644553d2 Showing diff from parent 3b6efcbbe907 Diff from another changeset...

 
111
112
113
114
 
115
116
117
 
118
119
120
 
111
112
113
 
114
115
116
 
117
118
119
120
@@ -111,10 +111,10 @@
  mainlayout.addWidget(w)     self.qpushAllAct = a = QAction( - geticon('hg-qpush-all'), _('Push all'), self) + geticon('hg-qpush-all'), _('Push all', 'MQ QPush'), self)   a.setToolTip(_('Apply all patches'))   self.qpushAct = a = QAction( - geticon('hg-qpush'), _('Push'), self) + geticon('hg-qpush'), _('Push', 'MQ QPush'), self)   a.setToolTip(_('Apply one patch'))   self.setGuardsAct = a = QAction(   geticon('hg-qguard'), _('Guards'), self)