summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-05-23 14:31:11 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-05-23 14:31:11 -0400
commit379ca662f144982bfee86c2b610909921b7b3a94 (patch)
tree67f176996574682d91f3933658169fd967208468
parent9ea5e49955cb44d05cbaa404df7bac6c2587e33a (diff)
Rework string used for "expired credentials" cluebar
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--src/panel/goapanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panel/goapanel.c b/src/panel/goapanel.c
index 8229f86..5300a0a 100644
--- a/src/panel/goapanel.c
+++ b/src/panel/goapanel.c
@@ -351,7 +351,7 @@ show_page_account (GoaPanel *panel,
if (goa_account_get_attention_needed (account))
{
bar = gtk_info_bar_new ();
- label = gtk_label_new (_("The connection to this account has expired. Please log in again."));
+ label = gtk_label_new (_("Expired credentials. Please log in again."));
gtk_container_add (GTK_CONTAINER (gtk_info_bar_get_content_area (GTK_INFO_BAR (bar))), label);
if (provider != NULL)
gtk_info_bar_add_button (GTK_INFO_BAR (bar), _("_Log In"), GTK_RESPONSE_OK);