summaryrefslogtreecommitdiffstats
path: root/src/ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ops.c')
-rw-r--r--src/ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ops.c b/src/ops.c
index 714c6bdbe5..21df1a6bac 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -745,7 +745,7 @@ op_delete(oparg_T *oap)
msg_silent = msg_silent_save;
if (n != 'y')
{
- emsg(_(e_abort));
+ emsg(_(e_command_aborted));
return FAIL;
}
}