diff options
-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); |