# HG changeset patch
# User Simon Heimberg <sim...@besonet.ch>
# Date 1270598095 -7200
# Node ID 410f224f39416cb10bb5780a189f071162b1e57e
# Parent  411557532036b87c0cba7a51ef2f88adf853f43b
thgconfig: fix code of configuration for spellcheck

diff -r 411557532036 -r 410f224f3941 tortoisehg/hgtk/thgconfig.py
--- a/tortoisehg/hgtk/thgconfig.py      Die Apr 06 10:03:41 2010 -0500
+++ b/tortoisehg/hgtk/thgconfig.py      Mit Apr 07 01:54:55 2010 +0200
@@ -65,9 +65,9 @@
         _('Show a full directory path of the repository in the dialog title'
         ' instead of just the root directory name.  Default: False')),
     ) + (gtklib.hasspellcheck() and
-    (_('Spell Check Language'), 'tortoisehg.spellcheck', [],
+    ((_('Spell Check Language'), 'tortoisehg.spellcheck', [],
         _('Default language for spell check. System language is'
-        ' used if not specified. Examples: en, en_GB, en_US'),) or ())),
+        ' used if not specified. Examples: en, en_GB, en_US')),) or ())),
 
 ({'name': 'commit', 'label': _('Commit'), 'icon': 'menucommit.ico'}, (
     (_('Username'), 'ui.username', [],

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to