# HG changeset patch # User Sadrul Habib Chowdhury # Date 1178290510 0 # Node ID afa0a7b053b12f3e4daaf5991793996c8e6d21ef # Parent a88207954eb10abba66e80c2f3c82827bb579bef The name is not translatable. diff -r a88207954eb1 -r afa0a7b053b1 finch/finch.c --- 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);