yet more wording fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3639 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-06-08 02:55:42 +00:00
parent fed0195f2d
commit 69395f457d
1 changed files with 1 additions and 1 deletions

View File

@ -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. */