mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 08:53:39 +02:00
@@ -1526,7 +1526,7 @@ g_key_file_get_string_list (GKeyFile *key_file,
|
|||||||
g_set_error (error, G_KEY_FILE_ERROR,
|
g_set_error (error, G_KEY_FILE_ERROR,
|
||||||
G_KEY_FILE_ERROR_INVALID_VALUE,
|
G_KEY_FILE_ERROR_INVALID_VALUE,
|
||||||
_("Key file contains key '%s' "
|
_("Key file contains key '%s' "
|
||||||
"which has value that cannot be interpreted."),
|
"which has a value that cannot be interpreted."),
|
||||||
key);
|
key);
|
||||||
g_error_free (key_file_error);
|
g_error_free (key_file_error);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user