changeset 16940:955db6f31006

The name of the client is not translatable. Why were these made translatable?
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 07 May 2007 23:14:29 +0000
parents bd0b946e6309
children 00c24829e243 dd768c576ab2
files finch/finch.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/finch/finch.c	Mon May 07 21:59:53 2007 +0000
+++ b/finch/finch.c	Mon May 07 23:14:29 2007 +0000
@@ -274,7 +274,7 @@
 	}
 	/* show version message */
 	if (opt_version) {
-		printf("%s %s\n", _("Finch"), VERSION);
+		printf("%s v%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);