# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# Date 1250446248 -32400
# Node ID ad30cf1e2643664ce1c1714ffe5e09a9137d1771
# Parent  0be2e3b94fd9753d4ce0c13bf750294b4a55b8b1
thgconfig: concat separated i18n strings

diff --git a/hggtk/thgconfig.py b/hggtk/thgconfig.py
--- a/hggtk/thgconfig.py
+++ b/hggtk/thgconfig.py
@@ -518,8 +518,8 @@
             self.readonly = False
         except ImportError:
             dialog.error_dialog(self, _('Iniparse package not found'),
-                         _('Please install iniparse package') + '\n' +
-                         _('Settings are only shown, no changing is possible'))
+                         _('Please install iniparse package\n'
+                           'Settings are only shown, no changing is possible'))
             print 'Please install http://code.google.com/p/iniparse/'
             self.readonly = True

Attachment: thg-kuy_rev3597.patch
Description: Binary data

------------------------------------------------------------------------------
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
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to