fix string to not suppose contact is male. Fixes #758
This commit is contained in:
parent
62cb577ad2
commit
c4d2d4d982
|
@ -3331,8 +3331,8 @@ class RosterWindow:
|
||||||
pritext = _('You are about to send a custom status. Are you sure you want'
|
pritext = _('You are about to send a custom status. Are you sure you want'
|
||||||
' to continue?')
|
' 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 will see your global '
|
'but only until you change your status. Then he or she will see your '
|
||||||
'status.') % {'status': show}
|
'global status.') % {'status': show}
|
||||||
dlg = dialogs.ConfirmationDialogCheck(pritext, sectext,
|
dlg = dialogs.ConfirmationDialogCheck(pritext, sectext,
|
||||||
_('Do _not ask me again'), on_response_ok=send_it)
|
_('Do _not ask me again'), on_response_ok=send_it)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue