From 631defb8b21697d11e1ab5bf649555584de3180b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 25 Oct 2019 19:21:17 +0200 Subject: [PATCH] tweaks: reword an undo/redo string that was overlooked during the rename --- src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text.c b/src/text.c index 07d26ad5..6e45ed1c 100644 --- a/src/text.c +++ b/src/text.c @@ -2629,7 +2629,7 @@ const char *treat(char *tempfile_name, char *theprogram, bool spelling) } else #endif replaced = replace_buffer(tempfile_name, CUT_TO_EOF, FALSE, - (spelling ? N_("spelling correction") : N_("manipulation"))); + (spelling ? N_("spelling correction") : N_("formatting"))); /* Go back to the old position. */ goto_line_posx(lineno_save, current_x_save);