summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 7f2be49080..b76de2d429 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -1401,7 +1401,7 @@ handle_did_throw()
{
case ET_USER:
vim_snprintf((char *)IObuff, IOSIZE,
- _("E605: Exception not caught: %s"),
+ _(e_exception_not_caught_str),
current_exception->value);
p = (char *)vim_strsave(IObuff);
break;