diff options
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c index c16bcacde..331c1e676 100644 --- a/src/undo.c +++ b/src/undo.c @@ -324,7 +324,7 @@ undo_allowed(void) // In the sandbox it's not allowed to change the text. if (sandbox != 0) { - emsg(_(e_sandbox)); + emsg(_(e_not_allowed_in_sandbox)); return FALSE; } #endif |