diff options
Diffstat (limited to 'src/mark.c')
-rw-r--r-- | src/mark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mark.c b/src/mark.c index dc9bece44..771eb1b98 100644 --- a/src/mark.c +++ b/src/mark.c @@ -732,7 +732,7 @@ show_one_mark( if (arg == NULL) msg(_("No marks set")); else - semsg(_("E283: No marks matching \"%s\""), arg); + semsg(_(e_no_marks_matching_str), arg); } } // don't output anything if 'q' typed at --more-- prompt |