Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
josch
gajim
Commits
f5eb35cb
Commit
f5eb35cb
authored
Feb 11, 2017
by
josch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use more gender neutral language
parent
26aa0382
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/chat_control.py
src/chat_control.py
+1
-1
src/gui_interface.py
src/gui_interface.py
+2
-2
src/roster_window.py
src/roster_window.py
+2
-2
No files found.
src/chat_control.py
View file @
f5eb35cb
...
...
@@ -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
View file @
f5eb35cb
...
...
@@ -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.
\n
Do you want to '
'remove
him or her
from your contact list?'
),
_
(
'You will always see
them
as offline.
\n
Do 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
View file @
f5eb35cb
...
...
@@ -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_
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment