Sat, 10 Sep 2005 19:19:20 +0000
[gaim-migrate @ 13736]
I think this reads better.
| src/util.c | file | annotate | diff | comparison | revisions |
--- 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);