From b479c8959457cb1e23ac8f44c31a7d18bed75420 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Sat, 9 Mar 2002 20:03:10 +0000 Subject: [PATCH] - nano.c:help_init() - Various fixes and string changes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1122 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 1 + nano.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3e0067f..6956521e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ CVS code - - nano.c: help_init() - Capitalize Meta altkeys. + - Various fixes and string changes. main() - Put NANO_SMALL defines around toggle pointer (noticed by Jordi); usage() diff --git a/nano.c b/nano.c index 2896b99f..19afc77f 100644 --- a/nano.c +++ b/nano.c @@ -2460,9 +2460,9 @@ void help_init(void) "using a nanorc file, inserting a file will cause it to be " "loaded into a separate buffer (use Meta-< and > to switch " "between file buffers).\n\n If you need another blank " - "buffer, just press Enter at the prompt without typing in a " - "filename, or type in a nonexistent filename at the prompt " - "and press Enter.\n\n The following function keys are " + "buffer, do not enter any filename, or type in a " + "nonexistent filename at the prompt and press " + "Enter.\n\n The following function keys are " "available in Insert File mode:\n\n"); else if (currshortcut == writefile_list) ptr = _("Write File Help Text\n\n " -- 2.39.5