Correct the grammar of an error message. (#349792, Jakub Friedl)
authorMatthias Clasen <mclasen@redhat.com>
Sat, 5 Aug 2006 22:07:57 +0000 (22:07 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 5 Aug 2006 22:07:57 +0000 (22:07 +0000)
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)

ChangeLog
ChangeLog.pre-2-12
glib/gbookmarkfile.c

index 99d501cbeb76ea489a5dee318a8974cf316ccf7d..1d9322995bb8e6273d0a0508df8870e643ce1722 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
 
index 99d501cbeb76ea489a5dee318a8974cf316ccf7d..1d9322995bb8e6273d0a0508df8870e643ce1722 100644 (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)
 
index 34ddb9f965c8bc45e3ec809a080e6ebb64e6dfb8..fb67f090b1a20ffcd86ba3e7cba36480f02d05e0 100644 (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;
     }