From: David Lawrence Ramsey Date: Sun, 4 Jun 2006 13:40:39 +0000 (+0000) Subject: amother cosmetic fix X-Git-Tag: v1.3.12~61 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=888bc144164620fca1126c30dfebe6d8e38f258f;p=nano.git amother cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3619 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index 72cd6924..dffe8c2f 100644 --- a/src/nano.c +++ b/src/nano.c @@ -997,7 +997,7 @@ RETSIGTYPE do_suspend(int signal) /* Temporarily leave curses mode. */ endwin(); - printf(_("\n\n\n\n\nUse \"fg\" to return to nano\n")); + printf(_("\n\n\n\n\n\nUse \"fg\" to return to nano\n")); fflush(stdout); /* Restore the old terminal settings. */