From: Christian Persch Date: Tue, 27 May 2008 21:45:08 +0000 (+0200) Subject: Fix grammar in error message X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=37bd225d7b28e12fd78344d07e656cc2ff0d8d75;p=dana%2Fcg-glib.git Fix grammar in error message Bug #583198. --- diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c index 16939a9f..0ae25875 100644 --- a/glib/gkeyfile.c +++ b/glib/gkeyfile.c @@ -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 a value that cannot be interpreted."), key); g_error_free (key_file_error); }