missing space in a string
This commit is contained in:
parent
f0b2ee4027
commit
d26080a3dd
1 changed files with 1 additions and 1 deletions
|
@ -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_))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue