tweaks: reword an undo/redo string that was overlooked during the rename
parent
a6dae403e6
commit
631defb8b2
|
@ -2629,7 +2629,7 @@ const char *treat(char *tempfile_name, char *theprogram, bool spelling)
|
||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
replaced = replace_buffer(tempfile_name, CUT_TO_EOF, FALSE,
|
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. */
|
/* Go back to the old position. */
|
||||||
goto_line_posx(lineno_save, current_x_save);
|
goto_line_posx(lineno_save, current_x_save);
|
||||||
|
|
Loading…
Reference in New Issue