disapproval of revision 'b49452d70ba63f19c963ea5d1ff00cb7f8a73020'

Tue, 08 May 2007 03:38:18 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Tue, 08 May 2007 03:38:18 +0000
changeset 16987
2cb69cfe312e
parent 16985
b49452d70ba6
child 17000
25b65780d353

disapproval of revision 'b49452d70ba63f19c963ea5d1ff00cb7f8a73020'

finch/finch.c file | annotate | diff | comparison | revisions
--- a/finch/finch.c	Mon May 07 23:14:29 2007 +0000
+++ b/finch/finch.c	Tue May 08 03:38:18 2007 +0000
@@ -274,7 +274,7 @@
 	}
 	/* show version message */
 	if (opt_version) {
-		printf("%s v%s.\n", "Finch", VERSION);
+		printf("%s %s\n", _("Finch"), VERSION);
 		return 0;
 	}
 
@@ -303,7 +303,7 @@
 			char *text = g_strdup_printf(_(
 				"%s encountered errors migrating your settings "
 				"from %s to %s. Please investigate and complete the "
-				"migration by hand. Please report this error at http://developer.pidgin.im"), "Finch",
+				"migration by hand. Please report this error at http://developer.pidgin.im"), _("Finch"),
 				old, purple_user_dir());
 
 			g_free(old);

mercurial