per Benno Schulenberg's patch with a few tweaks by me, add minor wording

fixes to various messages


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3635 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2006-06-08 02:37:45 +00:00
parent 9e553b21f3
commit 69e1ce56df
5 changed files with 25 additions and 20 deletions

View File

@@ -2376,7 +2376,7 @@ void load_history(void)
rcfile_error(N_("Error reading %s: %s"), nanohist,
strerror(errno));
fprintf(stderr,
_("\nPress Enter to continue starting nano\n"));
_("\nPress Enter to continue starting nano.\n"));
while (getchar() != '\n')
;
}