Fix grammar in error message
authorChristian Persch <chpe@gnome.org>
Tue, 27 May 2008 21:45:08 +0000 (23:45 +0200)
committerChristian Persch <chpe@gnome.org>
Sat, 23 May 2009 16:00:06 +0000 (18:00 +0200)
Bug #583198.

glib/gkeyfile.c

index 16939a9..0ae2587 100644 (file)
@@ -1526,7 +1526,7 @@ g_key_file_get_string_list (GKeyFile     *key_file,
           g_set_error (error, G_KEY_FILE_ERROR,
                        G_KEY_FILE_ERROR_INVALID_VALUE,
                        _("Key file contains key '%s' "
-                         "which has value that cannot be interpreted."),
+                         "which has value that cannot be interpreted."),
                        key);
           g_error_free (key_file_error);
         }