summaryrefslogtreecommitdiffstats
path: root/src/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit.c b/src/edit.c
index 5280a82b4a..96464ded05 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -165,7 +165,7 @@ edit(
// Don't allow inserting in the sandbox.
if (sandbox != 0)
{
- emsg(_(e_sandbox));
+ emsg(_(e_not_allowed_in_sandbox));
return FALSE;
}
#endif