summaryrefslogtreecommitdiff
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 05ccc8114..0f42dea00 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -3173,7 +3173,7 @@ op_yank(oparg_T *oap, int deleting, int mess)
*namebuf = NUL;
else
vim_snprintf(namebuf, sizeof(namebuf),
- " into \"%c", oap->regname);
+ _(" into \"%c"), oap->regname);
/* redisplay now, so message is not deleted */
update_topline_redraw();