comparison src/util.c @ 11493:3fe6b56a39cc

[gaim-migrate @ 13736] I think this reads better. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 10 Sep 2005 19:19:20 +0000
parents f9c74bf11ae0
children 11d30825c1bb
comparison
equal deleted inserted replaced
11492:18c6a6659770 11493:3fe6b56a39cc
2122 { 2122 {
2123 gchar *title, *msg; 2123 gchar *title, *msg;
2124 title = g_strdup_printf(_("Error Reading %s"), filename); 2124 title = g_strdup_printf(_("Error Reading %s"), filename);
2125 msg = g_strdup_printf(_("An error was encountered reading your " 2125 msg = g_strdup_printf(_("An error was encountered reading your "
2126 "%s. They have not been loaded, and the old file " 2126 "%s. They have not been loaded, and the old file "
2127 "been renamed to %s~."), description, filename_full); 2127 "has been renamed to %s~."), description, filename_full);
2128 gaim_notify_error(NULL, NULL, title, msg); 2128 gaim_notify_error(NULL, NULL, title, msg);
2129 g_free(title); 2129 g_free(title);
2130 g_free(msg); 2130 g_free(msg);
2131 } 2131 }
2132 2132