be more accurate in urgency desc

This commit is contained in:
Nikos Kouremenos 2005-12-28 23:00:47 +00:00
parent 404cc402cb
commit 1e9d015bb7
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class Config:
'restored_messages_color': [opt_str, 'grey'],
'hide_avatar_of_transport': [opt_bool, False],
'roster_window_skip_taskbar': [opt_bool, False],
'use_urgency_hint': [opt_bool, True, _('If True and installed GTK+ and PyGTK versions are at least 2.8, make the window flash when holding pending events.')],
'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.')],
'notification_timeout': [opt_int, 5],
}