CVS: sylpheedclaws/sylpheed-claws/src wizard.c,1.1.2.43,1.1.2.44

[email protected] Fri, 15 Dec 2006 16:40:58 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src
In directory sunsite.dk:/tmp/cvs-serv8976/src

Modified Files:
      Tag: gtk2
	wizard.c 
Log Message:
2006-12-15 [wwp]	2.6.1cvs40

	* src/wizard.c
	* src/common/plugin.c
	* src/common/plugin.h
	* src/gtk/about.c
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/demo/demo.c
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/trayicon/trayicon.c
		factorize some translatable strings (plugins-related),
		fix missing punctuation in several places,
		remove useless translatable \n in about.c,
		and factorize plugin init code w/ a new function
		check_plugin_version() in common/plugin.c.
		Patch by Fabien Vantard <[email protected]>. 

Index: wizard.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/Attic/wizard.c,v
retrieving revision 1.1.2.43
retrieving revision 1.1.2.44
diff -u -d -r1.1.2.43 -r1.1.2.44
--- wizard.c	2006/12/12 21:58:07	1.1.2.43
+++ wizard.c	2006/12/15 16:40:54	1.1.2.44
@@ -458,13 +458,13 @@
 	get_rfc822_date(buf_date, sizeof(buf_date));
 
 	conv_encode_header_full(enc_subject, sizeof(enc_subject), 
-			_("Welcome to Claws Mail "),
+			Q_("Welcome Mail Subject|Welcome to Claws Mail"),
 			strlen("Subject: "), FALSE, CS_INTERNAL);
 	conv_encode_header_full(enc_to_name, sizeof(enc_to_name), 
 			gtk_entry_get_text(GTK_ENTRY(wizard->full_name)),
 			strlen("To: "), TRUE, CS_INTERNAL);
 	conv_encode_header_full(enc_from_name, sizeof(enc_from_name), 
-			_("Claws Mail Team"),
+			_("The Claws Mail Team"),
 			strlen("From: "), TRUE, CS_INTERNAL);
 
 	head = g_strdup_printf(
@@ -483,7 +483,7 @@
 	body = g_strdup_printf(
 		_("\n"
 		"Welcome to Claws Mail\n"
-		"-------------------------\n"
+		"---------------------\n"
 		"\n"
 		"Now that you have set up your account you can fetch your\n"
 		"mail by clicking the 'Get Mail' button at the left of the\n"