From 6824309c1179f1346b4877f67e386f237d954196 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 30 Apr 2009 14:47:18 -0400 Subject: Fix a duplicate label. --- mail/e-mail-search-bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3