# HG changeset patch
# User Adrian Buehlmann <[email protected]>
# Date 1259534822 -3600
# Node ID c87c93729fcbee7cc288be0405f2c003dc841edb
# Parent cf964d4e0a66a745e970e5985b2de41bc739fcd4
thgmq: fix capitalizations of menu entries
diff --git a/tortoisehg/hgtk/thgmq.py b/tortoisehg/hgtk/thgmq.py
--- a/tortoisehg/hgtk/thgmq.py
+++ b/tortoisehg/hgtk/thgmq.py
@@ -609,10 +609,10 @@ class MQWidget(gtk.VBox):
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)
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop