fix typo in a string
This commit is contained in:
parent
1c7e5483fc
commit
b9712ab917
1 changed files with 1 additions and 1 deletions
|
@ -4800,7 +4800,7 @@ class RosterWindow:
|
||||||
dialogs.WarningDialog(_('Metacontacts storage not supported by your '
|
dialogs.WarningDialog(_('Metacontacts storage not supported by your '
|
||||||
'server'),
|
'server'),
|
||||||
_('Your server does not support storing metacontacts information. '
|
_('Your server does not support storing metacontacts information. '
|
||||||
'So those information will not be save on next reconnection.'))
|
'So those information will not be saved on next reconnection.'))
|
||||||
def merge_contacts(widget = None):
|
def merge_contacts(widget = None):
|
||||||
if widget: # dialog has been shown
|
if widget: # dialog has been shown
|
||||||
dlg.destroy()
|
dlg.destroy()
|
||||||
|
|
Loading…
Add table
Reference in a new issue