summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 149bf55a0a..39aee22f8d 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -1447,7 +1447,7 @@ openscript(
{
if (curscript + 1 == NSCRIPT)
{
- emsg(_(e_nesting));
+ emsg(_(e_scripts_nested_too_deep));
return;
}