summaryrefslogtreecommitdiff
path: root/src/perl/module-formats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/module-formats.c')
-rw-r--r--src/perl/module-formats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/module-formats.c b/src/perl/module-formats.c
index d82e4554..5c2e1c66 100644
--- a/src/perl/module-formats.c
+++ b/src/perl/module-formats.c
@@ -35,7 +35,7 @@ FORMAT_REC feperl_formats[] = {
{ "script_list_header", "Loaded scripts:", 0 },
{ "script_list_line", "$[!15]0 $1", 2, { 0, 0 } },
{ "script_list_footer", "", 0 },
- { "script_error", "{error Error loading script {hilight $0}:}", 1, { 0 } },
+ { "script_error", "{error Error in script {hilight $0}:}", 1, { 0 } },
{ NULL, NULL, 0 }
};