From: Matthias Clasen Date: Sat, 5 Aug 2006 22:07:57 +0000 (+0000) Subject: Correct the grammar of an error message. (#349792, Jakub Friedl) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=14ae5dba0c86d06a255c4ed1797e478c6bc21d78;p=dana%2Fcg-glib.git Correct the grammar of an error message. (#349792, Jakub Friedl) 2006-08-05 Matthias Clasen * glib/gbookmarkfile.c (find_file_in_data_dirs): Correct the grammar of an error message. (#349792, Jakub Friedl) --- diff --git a/ChangeLog b/ChangeLog index 99d501cb..1d932299 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-08-05 Matthias Clasen + * glib/gbookmarkfile.c (find_file_in_data_dirs): Correct the + grammar of an error message. (#349792, Jakub Friedl) + * glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary newlines in keyfiles. (#349825, Chris Wilson) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 99d501cb..1d932299 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,8 @@ 2006-08-05 Matthias Clasen + * glib/gbookmarkfile.c (find_file_in_data_dirs): Correct the + grammar of an error message. (#349792, Jakub Friedl) + * glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary newlines in keyfiles. (#349825, Chris Wilson) diff --git a/glib/gbookmarkfile.c b/glib/gbookmarkfile.c index 34ddb9f9..fb67f090 100644 --- a/glib/gbookmarkfile.c +++ b/glib/gbookmarkfile.c @@ -1789,7 +1789,7 @@ find_file_in_data_dirs (const gchar *file, { g_set_error (error, G_BOOKMARK_FILE_ERROR, G_BOOKMARK_FILE_ERROR_FILE_NOT_FOUND, - _("No valid bookmark file was be found in data dirs")); + _("No valid bookmark file found in data dirs")); return NULL; }