aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-prefs.c
diff options
context:
space:
mode:
authorKarsten Bräckelmann <kbrae@src.gnome.org>2006-02-11 06:28:38 +0800
committerKarsten Bräckelmann <kbrae@src.gnome.org>2006-02-11 06:28:38 +0800
commitdc8e4af46d6d33f784a229925fbb783d78760196 (patch)
treea0e11ad528e361d2384bd645d57056fe8c1721fa /mail/em-account-prefs.c
parent1a405a9af68f240ccdd2cbebd37d3fd577e025e7 (diff)
downloadgsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar.gz
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar.bz2
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar.lz
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar.xz
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar.zst
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.zip
a11y changes for bug #330723
svn path=/trunk/; revision=31477
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? */