summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index 79e47a69a..cd9b0a932 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -3080,7 +3080,7 @@ dozet:
deleteFold((linenr_T)1, curbuf->b_ml.ml_line_count,
TRUE, FALSE);
else
- emsg(_("E352: Cannot erase folds with current 'foldmethod'"));
+ emsg(_(e_cannot_erase_folds_with_current_foldmethod));
break;
// "zn": fold none: reset 'foldenable'