From 69395f457d0e44db501b2b63ea5cde6e20eaeeb8 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 8 Jun 2006 02:55:42 +0000 Subject: [PATCH] yet more wording fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3639 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nano.c b/src/nano.c index b8ebcfd6..659543a7 100644 --- 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. */ -- 2.39.5