changeset 4a8be3052e4c in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=4a8be3052e4c
description: [Jeff Bailes] updated strings

diffstat:

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

diffs (24 lines):

diff -r a8dfa0ad61e0 -r 4a8be3052e4c 
src/command_system/implementation/standard.py
--- a/src/command_system/implementation/standard.py     Thu Mar 01 11:10:33 
2012 +0400
+++ b/src/command_system/implementation/standard.py     Tue Mar 06 11:51:11 
2012 +0100
@@ -127,7 +127,7 @@
 
     @command(raw=True, empty=True)
     @doc(_("""
-    Set current the status
+    Set the current the status
 
     Status can be given as one of the following values: online, away,
     chat, xa, dnd.
diff -r a8dfa0ad61e0 -r 4a8be3052e4c src/common/config.py
--- a/src/common/config.py      Thu Mar 01 11:10:33 2012 +0400
+++ b/src/common/config.py      Tue Mar 06 11:51:11 2012 +0100
@@ -169,7 +169,7 @@
             'change_roster_title': [ opt_bool, True, _('Add * and [n] in 
roster title?')],
             'restore_lines': [opt_int, 4, _('How many lines to remember from 
previous conversation when a chat tab/window is reopened.')],
             'restore_timeout': [opt_int, 60, _('How many minutes should last 
lines from previous conversation last.')],
-            'muc_restore_lines': [opt_int, 20, _('How many lines to request to 
server when entering a groupchat. -1 means no limit')],
+            'muc_restore_lines': [opt_int, 20, _('How many lines to request 
from server when entering a groupchat. -1 means no limit')],
             'muc_restore_timeout': [opt_int, 60, _('How many minutes back to 
request logs when a entering a groupchat. -1 means no limit')],
             'muc_autorejoin_timeout': [opt_int, 1, _('How many seconds to wait 
before trying to autorejoin to a conference you are being disconnected from. 
Set to 0 to disable autorejoining.')],
             'muc_autorejoin_on_kick': [opt_bool, False, _('Should autorejoin 
be activated when we are being kicked from a conference?')],
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to