diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-01 02:47:18 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-01 03:16:41 +0800 |
commit | 6824309c1179f1346b4877f67e386f237d954196 (patch) | |
tree | 50d76978f67058eeb88e0734e3fc907dc8a2d5b8 /mail | |
parent | 63889c5f1275fec81cb5ede6b09d1e058e31e7f2 (diff) | |
download | gsoc2013-evolution-6824309c1179f1346b4877f67e386f237d954196.tar.gz gsoc2013-evolution-6824309c1179f1346b4877f67e386f237d954196.tar.zst gsoc2013-evolution-6824309c1179f1346b4877f67e386f237d954196.zip |
Fix a duplicate label.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/e-mail-search-bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-search-bar.c b/mail/e-mail-search-bar.c index f8edfd74ec..4d555857ca 100644 --- a/mail/e-mail-search-bar.c +++ b/mail/e-mail-search-bar.c @@ -634,7 +634,7 @@ mail_search_bar_init (EMailSearchBar *search_bar) gtk_widget_show (widget); widget = gtk_label_new ( - _("Reached bottom of page, continued from top")); + _("Reached top of page, continued from bottom")); gtk_label_set_ellipsize ( GTK_LABEL (widget), PANGO_ELLIPSIZE_END); gtk_misc_set_alignment (GTK_MISC (widget), 0.0, 0.5); |