diff finch/finch.c @ 16898:afa0a7b053b1

The name is not translatable.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 04 May 2007 14:55:10 +0000
parents f8f78fa7e774
children b668951121d8
line wrap: on
line diff
--- a/finch/finch.c	Fri May 04 06:01:56 2007 +0000
+++ b/finch/finch.c	Fri May 04 14:55:10 2007 +0000
@@ -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);