missing space in a string
This commit is contained in:
parent
f0b2ee4027
commit
d26080a3dd
|
@ -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_))
|
||||
|
||||
|
|
Loading…
Reference in New Issue