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


Commits:
6786feb7 by Daniel Brötzmann at 2022-10-26T11:59:03+00:00
fix: PluginsWindow: Fix typo in plugin tooltip
- - - - -


1 changed file:

- gajim/gtk/plugins.py


Changes:

=====================================
gajim/gtk/plugins.py
=====================================
@@ -152,7 +152,7 @@ def _on_query_tooltip(self,
             return True
 
         if row[Column.RESTART]:
-            tooltip.set_text(_('Restart Gajim for changes to take affect'))
+            tooltip.set_text(_('Restart Gajim for changes to take effect'))
             return True
 
         if row[Column.HAS_ERROR]:



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/6786feb77189d384eeac159e63b3352219e75f56
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