summaryrefslogtreecommitdiff
path: root/pico/browse.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/browse.c')
-rw-r--r--pico/browse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pico/browse.c b/pico/browse.c
index ca0f4657..2f203b48 100644
--- a/pico/browse.c
+++ b/pico/browse.c
@@ -133,7 +133,7 @@ static KEYMENU menu_browse[] = {
/*
* Default pager used by the stand-alone file browser.
*/
-#define BROWSER_PAGER ((gmode & MDFKEY) ? "pine -k -F" : "pine -F")
+#define BROWSER_PAGER ((gmode & MDFKEY) ? "alpine -k -F" : "alpine -F")
/*
@@ -217,7 +217,7 @@ N_("~ ~? Display this help text."),
N_("~ ~Q Quit Pilot."),
" ",
N_("~ ~V View the currently selected file or open the selected directory."),
-N_("~ Note: Pilot invokes ~p~i~n~e ~-~F, or the program defined by the ~P~A~G~E~R"),
+N_("~ Note: Pilot invokes ~a~l~p~i~n~e ~-~F, or the program defined by the ~P~A~G~E~R"),
N_("~ environment variable, to view the file."),
N_("~ ~L Launch an external application program."),
" ",