2006-08-05 Matthias Clasen <mclasen@redhat.com>
* glib/gbookmarkfile.c (find_file_in_data_dirs): Correct the
grammar of an error message. (#349792, Jakub Friedl)
2006-08-05 Matthias Clasen <mclasen@redhat.com>
+ * 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)
2006-08-05 Matthias Clasen <mclasen@redhat.com>
+ * 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)
{
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;
}