# HG changeset patch # User Stu Tomlinson # Date 1126379960 0 # Node ID 3fe6b56a39ccb3ecaaac73bb4524d9f4c8f48f6f # Parent 18c6a665977010c0e9a55bdada161e2cae285886 [gaim-migrate @ 13736] I think this reads better. committer: Tailor Script diff -r 18c6a6659770 -r 3fe6b56a39cc src/util.c --- 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);