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)
This commit is contained in:
Matthias Clasen 2006-08-05 22:07:57 +00:00 committed by Matthias Clasen
parent 9797823fe2
commit 14ae5dba0c
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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)

View File

@ -1,5 +1,8 @@
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)

View File

@ -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;
}