mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-23 01:32:06 +03:00
tweaks: reword an undo/redo string that was overlooked during the rename
This commit is contained in:
parent
a6dae403e6
commit
631defb8b2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user