diff options
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index a8819a3ad..f74b18add 100644 --- a/src/term.c +++ b/src/term.c @@ -6021,7 +6021,7 @@ replace_termcodes( if (STRNICMP(src, "<SID>", 5) == 0) { if (current_sctx.sc_sid <= 0) - emsg(_(e_usingsid)); + emsg(_(e_using_sid_not_in_script_context)); else { src += 5; |