changeset 06865db4b935 in /home/hg/repos/gajim

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

diffstat:

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

diffs (14 lines):

diff -r 7b1dfd3b79d5 -r 06865db4b935 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