Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
a1f58a5a by Daniel Brötzmann at 2022-01-31T09:18:18+00:00
ResourceSelector: Fix typo
- - - - -


1 changed file:

- gajim/gtk/resource_selector.py


Changes:

=====================================
gajim/gtk/resource_selector.py
=====================================
@@ -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 devices is not compatible.'))
+                self.set_tooltip_text(_('This device is not compatible.'))
 
         self.add(box)
         self.show_all()



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/a1f58a5a69c3a248f0883d5a889716fad37d5159

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/a1f58a5a69c3a248f0883d5a889716fad37d5159
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to