Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
a3853f69 by Yann Leboulanger at 2018-03-27T15:02:11+02:00
fix string

- - - - -


1 changed file:

- gajim/common/config.py


Changes:

=====================================
gajim/common/config.py
=====================================
--- a/gajim/common/config.py
+++ b/gajim/common/config.py
@@ -255,7 +255,7 @@ class Config:
             'restored_messages_small': [opt_bool, True, _('If true, restored 
messages will use a smaller font than the default one.')],
             'hide_avatar_of_transport': [opt_bool, False, _('Don\'t show 
avatar for the transport itself.')],
             'roster_window_skip_taskbar': [opt_bool, False, _('Don\'t show 
roster in the system taskbar.')],
-            'use_urgency_hint': [opt_bool, True, _('If true and installed GTK+ 
and PyGTK versions are at least 2.8, make the window flash (the default 
behaviour in most Window Managers) when holding pending events.')],
+            'use_urgency_hint': [opt_bool, True, _('If true, make the window 
flash (the default behaviour in most Window Managers) when holding pending 
events.')],
             'notification_timeout': [opt_int, 5],
             'send_sha_in_gc_presence': [opt_bool, True, _('Jabberd1.4 does not 
like sha info when one join a password protected group chat. Turn this option 
to False to stop sending sha info in group chat presences.')],
             'one_message_window': [opt_str, 'always',



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

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