fix some typo
This commit is contained in:
parent
67da16a0d4
commit
651a433588
|
@ -3752,7 +3752,7 @@ class RosterWindow:
|
||||||
send_it()
|
send_it()
|
||||||
return
|
return
|
||||||
pritext = _('You are about to send a custom status. Are you sure you '
|
pritext = _('You are about to send a custom status. Are you sure you '
|
||||||
'want to continue?')
|
'want to continue?')
|
||||||
sectext = _('This contact will temporarily see you as %(status)s, '
|
sectext = _('This contact will temporarily see you as %(status)s, '
|
||||||
'but only until you change your status. Then he or she will see '
|
'but only until you change your status. Then he or she will see '
|
||||||
'your global status.') % {'status': show}
|
'your global status.') % {'status': show}
|
||||||
|
@ -4469,7 +4469,7 @@ class RosterWindow:
|
||||||
dialogs.WarningDialog(_('Metacontacts storage not supported by '
|
dialogs.WarningDialog(_('Metacontacts storage not supported by '
|
||||||
'your server'),
|
'your server'),
|
||||||
_('Your server does not support storing metacontacts '
|
_('Your server does not support storing metacontacts '
|
||||||
'information. So those information will not be saved on next '
|
'information. So this information will not be saved on next '
|
||||||
'reconnection.'))
|
'reconnection.'))
|
||||||
|
|
||||||
def merge_contacts(is_checked=None):
|
def merge_contacts(is_checked=None):
|
||||||
|
|
Loading…
Reference in New Issue