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

mq: rename commit -mq button as 'QCommit'

'QCommit Queue' seems redundant. It may make sense to move these two buttons
into an hbox to save vertical space.

Changeset 0a413e126834

Parent 932c1134b107

by Steve Borho

Changes to one file · Browse files at 0a413e126834 Showing diff from parent 932c1134b107 Diff from another changeset...

 
480
481
482
483
 
484
485
486
 
480
481
482
 
483
484
485
486
@@ -480,7 +480,7 @@
  self.msgSelectCombo.reset(self.messages)     if os.path.isdir(repo.mq.join('.hg')): - self.revisionOrCommitBtn.setText(_('Commit Queue')) + self.revisionOrCommitBtn.setText(_('QCommit'))   else:   self.revisionOrCommitBtn.setText(_('Revision Queue'))