Philipp Hörist pushed to branch master at gajim / gajim

Commits:
732ed0a1 by Philipp Hörist at 2018-08-19T10:15:07Z
Fix theming option names

- - - - -


1 changed file:

- gajim/gtk/themes.py


Changes:

=====================================
gajim/gtk/themes.py
=====================================
--- a/gajim/gtk/themes.py
+++ b/gajim/gtk/themes.py
@@ -74,7 +74,7 @@ CSS_STYLE_OPTIONS = [
                 '.gajim-account-row',
                 StyleAttr.BACKGROUND),
 
-    StyleOption(_('Account Row Font Color'),
+    StyleOption(_('Account Row Font'),
                 '.gajim-account-row',
                 StyleAttr.FONT),
 
@@ -86,7 +86,7 @@ CSS_STYLE_OPTIONS = [
                 '.gajim-group-row',
                 StyleAttr.BACKGROUND),
 
-    StyleOption(_('Group Row Font Color'),
+    StyleOption(_('Group Row Font'),
                 '.gajim-group-row',
                 StyleAttr.FONT),
 
@@ -98,7 +98,7 @@ CSS_STYLE_OPTIONS = [
                 '.gajim-contact-row',
                 StyleAttr.BACKGROUND),
 
-    StyleOption(_('Contact Row Font Color'),
+    StyleOption(_('Contact Row Font'),
                 '.gajim-contact-row',
                 StyleAttr.FONT),
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/732ed0a1622999e47a9aa5a812ebd2368cc2965c

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