Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
f5eb35cb by Johannes 'josch' Schauer at 2017-02-11T20:05:30+01:00
Use more gender neutral language
- - - - -
c8e03993 by Yann Leboulanger at 2017-02-11T21:16:26+01:00
Merge branch 'master' into 'master'
Use more gender neutral language
See merge request !55
- - - - -
3 changed files:
- src/chat_control.py
- src/gui_interface.py
- src/roster_window.py
Changes:
=====================================
src/chat_control.py
=====================================
--- a/src/chat_control.py
+++ b/src/chat_control.py
@@ -429,7 +429,7 @@ class ChatControl(ChatControlBase):
else:
self._send_file_button.set_tooltip_text(
_("You need to know the real JID of the contact to send "
- "him or her a file."))
+ "them a file."))
# Convert to GC
if gajim.config.get_per('accounts', self.account, 'is_zeroconf'):
=====================================
src/gui_interface.py
=====================================
--- a/src/gui_interface.py
+++ b/src/gui_interface.py
@@ -520,8 +520,8 @@ class Interface:
list_ = [(contact, account)]
dialogs.YesNoDialog(
_('Contact "%s" removed subscription from you') % contact.jid,
- _('You will always see him or her as offline.\nDo you want to '
- 'remove him or her from your contact list?'),
+ _('You will always see them as offline.\nDo you want to '
+ 'remove them from your contact list?'),
on_response_yes=(on_yes, list_))
# FIXME: Per RFC 3921, we can "deny" ack as well, but the GUI does
# not show deny
=====================================
src/roster_window.py
=====================================
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -3575,7 +3575,7 @@ class RosterWindow:
if contact.sub == 'to':
dialogs.ConfirmationDialog(pritext, sectext + \
_('By removing this contact you also remove authorization '
- 'resulting in him or her always seeing you as offline.'),
+ 'resulting in them always seeing you as offline.'),
on_response_ok=(on_ok2, list_))
elif _('Not in Roster') in contact.get_shown_groups():
# Contact is not in roster
@@ -3585,7 +3585,7 @@ class RosterWindow:
else:
dialogs.ConfirmationDialogCheck(pritext, sectext + \
_('By removing this contact you also by default remove '
- 'authorization resulting in him or her always seeing you
as'
+ 'authorization resulting in them always seeing you as'
' offline.'),
_('I want this contact to know my status after removal'),
on_response_ok=(on_ok, list_))
View it on GitLab:
https://dev.gajim.org/gajim/gajim/compare/26aa0382d31e4264157b6665ae6cf7ebb0870824...c8e03993fe71268b48bdd7b4fdcb7476a9c69041
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits