changeset ead51ffbded5 in /home/hg/repos/gajim
branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=ead51ffbded5
description: [Darlan] Fix typo
diffstat:
src/groupchat_control.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r c787695f609d -r ead51ffbded5 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
@@ -2200,8 +2200,8 @@
# Ask for a reason
dialogs.DoubleInputDialog(_('Destroying %s') % '\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