Fix grammar in error message

Bug #583198.
This commit is contained in:
Christian Persch 2008-05-27 23:45:08 +02:00
parent 76ebe6c069
commit 37bd225d7b

View 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 a value that cannot be interpreted."),
key);
g_error_free (key_file_error);
}