Typo fixes in help strings.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@896 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Jordi Mallach 2001-10-28 21:00:49 +00:00
parent 0567bfe14c
commit 773623c066
2 changed files with 16 additions and 14 deletions

View File

@ -11,6 +11,8 @@ CVS Code -
- nano.c: - nano.c:
main() main()
- Add Esc-[-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert). - Add Esc-[-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert).
help_init()
- Typo fixes and additions to the new help texts.
nano-1.1.3 - 10/26/2001 nano-1.1.3 - 10/26/2001
- General - General

28
nano.c
View File

@ -2347,19 +2347,19 @@ void help_init(void)
"Enter the words or characters you would like to search " "Enter the words or characters you would like to search "
"for, then hit enter. If there is a match for the text you " "for, then hit enter. If there is a match for the text you "
"entered, the screen will be updated to the location of the " "entered, the screen will be updated to the location of the "
" nearest match for the search string.\n\n " "nearest match for the search string.\n\n "
"If using Pico Mode via the -p or --pico flags or using the " "If using Pico Mode via the -p or --pico flags, using the "
"Meta-P toggle, the previous search string will be shown in " "Meta-P toggle or using a nanorc file, the previous search "
"brackets after the Search: prompt. Hitting enter without " "string will be shown in brackets after the Search: prompt. "
"entering any text will preform the previous search. " "Hitting enter without entering any text will preform the "
"Otherwise, the previous string will be placed in front of " "previous search. Otherwise, the previous string will be "
"the cursor, and can be edited or deleted before hitting " "placed in front of the cursor, and can be edited or deleted "
"enter.\n\n The following functions keys are available in " "before hitting enter.\n\n The following functions keys are "
"Search mode:\n\n"); "available in Search mode:\n\n");
else if (currshortcut == goto_list) else if (currshortcut == goto_list)
ptr = _("Goto Line Help Text\n\n " ptr = _("Goto Line Help Text\n\n "
"Enter the line number that you wish to go to and hit " "Enter the line number that you wish to go to and hit "
"Enter. If thre are fewer lines of text than the " "Enter. If there are fewer lines of text than the "
"number you entered, you will be brought to the last line " "number you entered, you will be brought to the last line "
"of the file.\n\n The following functions keys are " "of the file.\n\n The following functions keys are "
"available in Goto Line mode:\n\n"); "available in Goto Line mode:\n\n");
@ -2369,10 +2369,10 @@ void help_init(void)
"file buffer at the current cursor location.\n\n " "file buffer at the current cursor location.\n\n "
"If you have compiled nano with multiple file buffer " "If you have compiled nano with multiple file buffer "
"support, and enable multiple buffers with the -F " "support, and enable multiple buffers with the -F "
"or --multibuffer command line flags or the Meta-F " "or --multibuffer command line flags, the Meta-F toggle or "
"toggle, inserting a file will cause it to be loaded into " "using a nanorc file, inserting a file will cause it to be "
"a separate buffer (use Ctrl-< and > to switch between " "loaded into a separate buffer (use Ctrl-< and > to switch "
"file buffers).\n\n The following function keys are " "between file buffers).\n\n The following function keys are "
"available in Insert File mode:\n\n"); "available in Insert File mode:\n\n");
else if (currshortcut == writefile_list) else if (currshortcut == writefile_list)
ptr = _("Write File Help Text\n\n " ptr = _("Write File Help Text\n\n "