yet more wording fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3639 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
fed0195f2d
commit
69395f457d
|
@ -996,7 +996,7 @@ RETSIGTYPE do_suspend(int signal)
|
||||||
/* Temporarily leave curses mode. */
|
/* Temporarily leave curses mode. */
|
||||||
endwin();
|
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);
|
fflush(stdout);
|
||||||
|
|
||||||
/* Restore the old terminal settings. */
|
/* Restore the old terminal settings. */
|
||||||
|
|
Loading…
Reference in New Issue