missing space in a string

This commit is contained in:
Yann Leboulanger 2008-03-10 21:41:21 +00:00
parent f0b2ee4027
commit d26080a3dd

View file

@ -1596,7 +1596,7 @@ class RosterWindow:
jids += '\n ' + contact.get_shown_name() + ',' jids += '\n ' + contact.get_shown_name() + ','
jids = jids[:-1] + '.' jids = jids[:-1] + '.'
sectext = _('You will no longer be able to send and receive messages ' sectext = _('You will no longer be able to send and receive messages '
'to contacts from these transports:%s') % jids 'to contacts from these transports: %s') % jids
dialogs.ConfirmationDialog(pritext, sectext, dialogs.ConfirmationDialog(pritext, sectext,
on_response_ok = (remove, list_)) on_response_ok = (remove, list_))