nano

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

commit 69395f457d0e44db501b2b63ea5cde6e20eaeeb8
parent fed0195f2d8a734f10897425a0db70999f12eab2
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu,  8 Jun 2006 02:55:42 +0000

yet more wording fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3639 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

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

diff --git a/src/nano.c b/src/nano.c @@ -996,7 +996,7 @@ RETSIGTYPE do_suspend(int signal) /* Temporarily leave curses mode. */ endwin(); - printf(_("\n\n\n\n\n\nUse \"fg\" to return to nano.\n")); + printf("\n\n\n\n\n\n%s\n", _("Use \"fg\" to return to nano.")); fflush(stdout); /* Restore the old terminal settings. */