changeset 16887:afa0a7b053b1

The name is not translatable.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 04 May 2007 14:55:10 +0000
parents a88207954eb1
children d2904afe89e2
files finch/finch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);