aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-account-prefs.c')
-rw-r--r--mail/em-account-prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-account-prefs.c b/mail/em-account-prefs.c
index 2e54404fc7..ec0a232e88 100644
--- a/mail/em-account-prefs.c
+++ b/mail/em-account-prefs.c
@@ -528,7 +528,7 @@ em_account_prefs_treeview_new (char *widget_name, char *string1, char *string2,
selection = gtk_tree_view_get_selection ((GtkTreeView *) table);
gtk_tree_selection_set_mode (selection, GTK_SELECTION_SINGLE);
gtk_tree_view_set_headers_visible ((GtkTreeView *) table, TRUE);
- atk_object_set_name (gtk_widget_get_accessible (table), _("Mail Accounts Table"));
+ atk_object_set_name (gtk_widget_get_accessible (table), _("Mail Accounts"));
/* FIXME: column auto-resize? */