aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-search-bar.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 /widgets/misc/e-search-bar.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 'widgets/misc/e-search-bar.c')
-rw-r--r--widgets/misc/e-search-bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c
index d1328cffa1..f6aa2b6bf0 100644
--- a/widgets/misc/e-search-bar.c
+++ b/widgets/misc/e-search-bar.c
@@ -368,7 +368,7 @@ activate_by_subitems (ESearchBar *esb, gint item_id, ESearchBarSubitem *subitems
a11y = gtk_widget_get_accessible (esb->entry);
/* To translators: This is the accessibility name of
the search bar's text entry widget */
- atk_object_set_name (a11y, _("Search Text Entry"));
+ atk_object_set_name (a11y, _("Search"));
esb->subitem_id = -1;
}