changeset 264a19cacb3a in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=264a19cacb3a
description: fix string

diffstat:

 src/common/config.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 04fb31f97e70 -r 264a19cacb3a src/common/config.py
--- a/src/common/config.py      Sat Mar 17 23:02:27 2012 +0000
+++ b/src/common/config.py      Sun Mar 18 12:17:55 2012 +0100
@@ -456,7 +456,7 @@
                     'speller_language': [ opt_str, '', _('Language for which 
we want to check misspelled words')],
             }, {}),
             'plugins': ({
-                'active': [opt_bool, False, _('State whether plugins should be 
activated on exit (this is saved on Gajim exit). This option SHOULD NOT be used 
to (de)activate plug-ins. Use GUI instead.')],
+                'active': [opt_bool, False, _('State whether plugins should be 
activated on startup (this is saved on Gajim exit). This option SHOULD NOT be 
used to (de)activate plug-ins. Use GUI instead.')],
             },{}),
     }
 
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to