changeset ec3c3635aecf in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=ec3c3635aecf
description: output style.

diffstat:

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

diffs (14 lines):

diff -r 850eb549ea8f -r ec3c3635aecf 
src/command_system/implementation/standard.py
--- a/src/command_system/implementation/standard.py     Sun Sep 23 13:34:21 
2012 +0200
+++ b/src/command_system/implementation/standard.py     Sun Sep 23 23:59:26 
2012 +0400
@@ -129,8 +129,8 @@
     @doc(_("""
     Set the current status
 
-    Status can be given as one of the following values: online, away,
-    chat, xa, dnd.
+    Status can be given as one of the following values:
+    online, away, chat, xa, dnd.
     """))
     def status(self, status, message):
         if status not in ('online', 'away', 'chat', 'xa', 'dnd'):
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to