fix typo in a string

This commit is contained in:
Yann Leboulanger 2007-09-14 19:17:09 +00:00
parent 1c7e5483fc
commit b9712ab917
1 changed files with 1 additions and 1 deletions

View File

@ -4800,7 +4800,7 @@ class RosterWindow:
dialogs.WarningDialog(_('Metacontacts storage not supported by your '
'server'),
_('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):
if widget: # dialog has been shown
dlg.destroy()