nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 631defb8b21697d11e1ab5bf649555584de3180b
parent a6dae403e6fda358b68b0c91d7232ae9cc11cc4b
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri, 25 Oct 2019 19:21:17 +0200

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

Diffstat:
Msrc/text.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);