Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

thgmq: fix capitalizations of menu entries

Changeset c87c93729fcb

Parent cf964d4e0a66

by Adrian Buehlmann

Changes to one file · Browse files at c87c93729fcb Showing diff from parent cf964d4e0a66 Diff from another changeset...

 
609
610
611
612
613
614
615
 
 
 
 
616
617
618
 
609
610
611
 
 
 
 
612
613
614
615
616
617
618
@@ -609,10 +609,10 @@
    self.vmenu = {}   - colappend(_('Show index'), MQ_INDEX) - colappend(_('Show status'), MQ_STATUS, active=False) - colappend(_('Show name'), MQ_NAME) - colappend(_('Show summary'), MQ_SUMMARY, active=False) + colappend(_('Show Index'), MQ_INDEX) + colappend(_('Show Status'), MQ_STATUS, active=False) + colappend(_('Show Name'), MQ_NAME) + colappend(_('Show Summary'), MQ_SUMMARY, active=False)     append(sep=True)