missing space in a string

This commit is contained in:
Yann Leboulanger 2008-03-10 21:41:21 +00:00
parent f0b2ee4027
commit d26080a3dd
1 changed files with 1 additions and 1 deletions

View File

@ -1596,7 +1596,7 @@ class RosterWindow:
jids += '\n ' + contact.get_shown_name() + ','
jids = jids[:-1] + '.'
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,
on_response_ok = (remove, list_))