comparison 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
comparison
equal deleted inserted replaced
16897:a88207954eb1 16898:afa0a7b053b1
301 char *old = g_strconcat(purple_home_dir(), 301 char *old = g_strconcat(purple_home_dir(),
302 G_DIR_SEPARATOR_S ".gaim", NULL); 302 G_DIR_SEPARATOR_S ".gaim", NULL);
303 char *text = g_strdup_printf(_( 303 char *text = g_strdup_printf(_(
304 "%s encountered errors migrating your settings " 304 "%s encountered errors migrating your settings "
305 "from %s to %s. Please investigate and complete the " 305 "from %s to %s. Please investigate and complete the "
306 "migration by hand. Please report this error at http://developer.pidgin.im"), _("Finch"), 306 "migration by hand. Please report this error at http://developer.pidgin.im"), "Finch",
307 old, purple_user_dir()); 307 old, purple_user_dir());
308 308
309 g_free(old); 309 g_free(old);
310 310
311 purple_print_utf8_to_console(stderr, text); 311 purple_print_utf8_to_console(stderr, text);