# HG changeset patch
# User Yuki KODAMA <[email protected]>
# Date 1243153923 -32400
# Node ID a256fdd288c3c8174735b36eb95b55c0ff08b413
# Parent  6f92d04878061cf5121aacde64b9c8a34a00d536
thgconfig: add gettext wrapper to option label

diff --git a/hggtk/thgconfig.py b/hggtk/thgconfig.py
--- a/hggtk/thgconfig.py
+++ b/hggtk/thgconfig.py
@@ -98,7 +98,7 @@
         ' Default: False')))

 _paths_info = (
-    ('After pull operation', 'tortoisehg.postpull',
+    (_('After pull operation'), 'tortoisehg.postpull',
         ['none', 'update', 'fetch', 'rebase'],
         _('Operation which is performed directly after a successful pull.'
           ' update equates to pull --update, fetch equates to the fetch'

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to