changeset ef42ed9c31b1 in /home/hg/repos/gajim

branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=ef42ed9c31b1
description: [Darlan] Fix typo

diffstat:

 src/groupchat_control.py |  4 ++--
 1 файлов изменено, 2 вставок(+), 2 удалений(-)

различия (14 строк):

diff -r 3eab63c37483 -r ef42ed9c31b1 src/groupchat_control.py
--- a/src/groupchat_control.py  Tue Aug 06 23:42:02 2013 +0400
+++ b/src/groupchat_control.py  Tue Aug 06 00:27:15 2013 +0400
@@ -2191,8 +2191,8 @@
 
         # Ask for a reason
         dialogs.DoubleInputDialog(_('Destroying %s') % u'\u200E' + \
-            self.room_jid, _('You are going to definitively destroy this \
-            room.\nYou may specify a reason below:'),
+            self.room_jid, _('You are going to definitively destroy this '
+            'room.\nYou may specify a reason below:'),
             _('You may also enter an alternate venue:'), ok_handler=on_ok)
 
     def _on_bookmark_room_menuitem_activate(self, widget):
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to