summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ufo/ufo-resources.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufo/ufo-resources.c b/ufo/ufo-resources.c
index 2eb83e7..3fedc6c 100644
--- a/ufo/ufo-resources.c
+++ b/ufo/ufo-resources.c
@@ -651,7 +651,7 @@ ufo_resources_get_kernel_with_opts (UfoResources *resources,
if (path == NULL) {
g_set_error (error, UFO_RESOURCES_ERROR, UFO_RESOURCES_ERROR_LOAD_PROGRAM,
- "Could not find `%s'. Maybe you forgot to pass a configuration?", filename);
+ "Could not find `%s'. Use add_paths() to add additional kernel paths", filename);
return NULL;
}