diff --git a/src/bin/e_module.c b/src/bin/e_module.c index 2deebcc2f..0983db0b6 100644 --- a/src/bin/e_module.c +++ b/src/bin/e_module.c @@ -150,8 +150,8 @@ e_module_new(char *name) "The full path to this module is:
" "%s
" "The error reported was:
" - "%s
"), - name, buf, dlerror()); + "Module does not contain all needed functions
"), + name, buf); _e_module_dialog_disable_show(_("Error loading Module"), body, m); m->api = NULL; m->func.init = NULL;