mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
9797823fe2
commit
14ae5dba0c
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user