[evolution-patches] Fixes 53051 in mailer



Here's a patch to fix 

http://bugzilla.ximian.com/show_bug.cgi?id=53051

in the mailer. Just a simple typo in a label found in translation.
? 53051.patch
? evolution-mail-1.5.schemas
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3026
diff -u -r1.3026 ChangeLog
--- ChangeLog	21 Jan 2004 06:20:45 -0000	1.3026
+++ ChangeLog	22 Jan 2004 15:44:23 -0000
@@ -1,3 +1,9 @@
+2004-01-22 Gary Ekker <gekker novell com>
+
+	** See bug #53051
+	
+	* em-subscribe-editor.c (subscribe_set_store): fix typo in label
+	
 2004-01-21  Not Zed  <NotZed Ximian com>
 
 	* em-migrate.c (cp_r): use camel_mkdir(0777) rather than 0777 &
Index: em-subscribe-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-subscribe-editor.c,v
retrieving revision 1.4
diff -u -r1.4 em-subscribe-editor.c
--- em-subscribe-editor.c	12 Jan 2004 22:22:50 -0000	1.4
+++ em-subscribe-editor.c	22 Jan 2004 15:44:23 -0000
@@ -602,7 +602,7 @@
 subscribe_set_store(EMSubscribe *sub, CamelStore *store)
 {
 	if (store == NULL || !camel_store_supports_subscriptions(store)) {
-		GtkWidget *w = gtk_label_new(_("This store does not support subscriptions, or the are not enabled."));
+		GtkWidget *w = gtk_label_new(_("This store does not support subscriptions, or they are not enabled."));
 
 		gtk_label_set_line_wrap((GtkLabel *)w, TRUE);
 		sub->widget = gtk_viewport_new(NULL, NULL);


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