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