diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-04-08 08:58:25 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-04-08 08:58:25 -0600 |
commit | 28270f457f4d1589dcb6a709cd1fef7056feb415 (patch) | |
tree | 312bc7f408d3cfdd587e979d273046b9acf2ee5d /pico | |
parent | 7ca059d80aae996ff3031aca15241a55e255a0f5 (diff) | |
download | alpine-28270f457f4d1589dcb6a709cd1fef7056feb415.tar.xz |
* Documentation in Pilot went out of alignment during last commit. Restore
original documentation format. Submitted by Étienne Deparis.
Diffstat (limited to 'pico')
-rw-r--r-- | pico/browse.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pico/browse.c b/pico/browse.c index 2f203b48..78033327 100644 --- a/pico/browse.c +++ b/pico/browse.c @@ -217,24 +217,24 @@ 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 ~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_("~ 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."), " ", N_("~ ~W Search for a file by name."), N_("~ ~- Scroll up one page."), -N_("~ ~S~p~a~c~e Scroll down one page."), -N_("~ ~N,~^~F Move forward (right) one column."), -N_("~ ~P,~^~B Move back (left) one column."), -N_("~ ~^~N Move down one row."), -N_("~ ~^~P Move up one row."), +N_("~ ~S~p~a~c~e Scroll down one page."), +N_("~ ~N,~^~F Move forward (right) one column."), +N_("~ ~P,~^~B Move back (left) one column."), +N_("~ ~^~N Move down one row."), +N_("~ ~^~P Move up one row."), " ", N_("~ ~D Delete the selected file."), N_("~ ~R Rename the selected file or directory."), N_("~ ~C Copy the selected file."), N_("~ ~E Edit the selected file."), -N_("~ Note: Pilot invokes ~p~i~c~o, or the program defined by the ~E~D~I~T~O~R"), -N_("~ environment variable, to edit the file."), +N_("~ Note: Pilot invokes ~p~i~c~o, or the program defined by the ~E~D~I~T~O~R"), +N_("~ environment variable, to edit the file."), " ", N_("End of Pilot Help."), NULL |