changeset 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 18c6a6659770
children 3314953511de
files src/util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/util.c	Sat Sep 10 18:42:32 2005 +0000
+++ b/src/util.c	Sat Sep 10 19:19:20 2005 +0000
@@ -2124,7 +2124,7 @@
 		title = g_strdup_printf(_("Error Reading %s"), filename);
 		msg = g_strdup_printf(_("An error was encountered reading your "
 					"%s.  They have not been loaded, and the old file "
-					"been renamed to %s~."), description, filename_full);
+					"has been renamed to %s~."), description, filename_full);
 		gaim_notify_error(NULL, NULL, title, msg);
 		g_free(title);
 		g_free(msg);