[evolution/kill-bonobo] Fix a duplicate label.



commit 6824309c1179f1346b4877f67e386f237d954196
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Apr 30 14:47:18 2009 -0400

    Fix a duplicate label.
---
 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 f8edfd7..4d55585 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]