From 8c9120287ace0a37c26c38bfa94b1fd06dfa5578 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 31 Aug 2012 11:36:06 -0500 Subject: add a11y case for attention needed, but username display disabled --- src/indicator-session.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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")); -- cgit v1.2.3