diff options
-rw-r--r-- | src/indicator-session.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c index ec95328..aa328dd 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -441,6 +441,8 @@ indicator_session_update_a11y_from_disposition (IndicatorSession * indicator, a11y = g_strdup_printf (_("System %s (Attention Required)"), username); else if (show_name) a11y = g_strdup_printf (_("System %s"), username); + else if (need_attn) + a11y = g_strdup (_("System (Attention Required)")); else a11y = g_strdup (_("System")); |