nano

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

commit f7c3e1cac2259c9d14644e27be956354acf33d69
parent d7d3a876249074ba78fe03f177d2889464f32293
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Wed, 18 May 2016 10:25:16 +0200

spelling: gettextize the next-word message

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

diff --git a/src/text.c b/src/text.c @@ -2458,7 +2458,7 @@ bool do_int_spell_fix(const char *word) do_replace_loop(TRUE, current_save, &current_x_save, word); /* TRANSLATORS: Shown after fixing misspellings in one word. */ - statusbar("Next word..."); + statusbar(_("Next word...")); napms(400); } }