diff options
author | Harry Lu <haip@src.gnome.org> | 2005-01-20 16:03:24 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-01-20 16:03:24 +0800 |
commit | 47cef7590171f288c102ff63c791f15882a0ef03 (patch) | |
tree | 542f27d03fdd2aa101e3add2b16e56337a8df9e0 /widgets/misc | |
parent | 970299b13e5c8c19d4795e8f1ff3741d64861dc3 (diff) | |
download | gsoc2013-evolution-47cef7590171f288c102ff63c791f15882a0ef03.tar gsoc2013-evolution-47cef7590171f288c102ff63c791f15882a0ef03.tar.gz gsoc2013-evolution-47cef7590171f288c102ff63c791f15882a0ef03.tar.bz2 gsoc2013-evolution-47cef7590171f288c102ff63c791f15882a0ef03.tar.lz gsoc2013-evolution-47cef7590171f288c102ff63c791f15882a0ef03.tar.xz gsoc2013-evolution-47cef7590171f288c102ff63c791f15882a0ef03.tar.zst gsoc2013-evolution-47cef7590171f288c102ff63c791f15882a0ef03.zip |
fix a typo
svn path=/trunk/; revision=28461
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/e-search-bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c index da5460a740..e0d86ab5c1 100644 --- a/widgets/misc/e-search-bar.c +++ b/widgets/misc/e-search-bar.c @@ -338,7 +338,7 @@ activate_by_subitems (ESearchBar *esb, gint item_id, ESearchBarSubitem *subitems gtk_widget_show(esb->entry); a11y = gtk_widget_get_accessible (esb->entry); - /* To translaters: This is the accessibility name of + /* To translators: This is the accessibility name of the search bar's text entry widget */ atk_object_set_name (a11y, _("Search Text Entry")); |