tweaks: reword an undo/redo string that was overlooked during the rename

master
Benno Schulenberg 2019-10-25 19:21:17 +02:00
parent a6dae403e6
commit 631defb8b2
1 changed files with 1 additions and 1 deletions

View File

@ -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);