Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mesonium
gajim
Commits
a1f58a5a
Commit
a1f58a5a
authored
3 years ago
by
Daniel Brötzmann
Browse files
Options
Downloads
Patches
Plain Diff
ResourceSelector: Fix typo
parent
85eb7436
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gajim/gtk/resource_selector.py
+1
-1
1 addition, 1 deletion
gajim/gtk/resource_selector.py
with
1 addition
and
1 deletion
gajim/gtk/resource_selector.py
+
1
−
1
View file @
a1f58a5a
...
...
@@ -147,7 +147,7 @@ def __init__(self,
for
constraint
in
constraints
:
if
not
resource_contact
.
supports
(
constraint
):
self
.
set_sensitive
(
False
)
self
.
set_tooltip_text
(
_
(
'
This device
s
is not compatible.
'
))
self
.
set_tooltip_text
(
_
(
'
This device is not compatible.
'
))
self
.
add
(
box
)
self
.
show_all
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment