| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 25e47670e97a0371e7f7897c59a816098c9e54f4 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Wed Sep 7 05:25:02 2022 +0200 |
4 | |
5 | Auto-Commit Update - 20220907 |
6 | --- |
7 | usr/bin/nav | 2 +- |
8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
9 | |
10 | diff --git a/usr/bin/nav b/usr/bin/nav |
11 | index b63e898..73b03da 100755 |
12 | --- a/usr/bin/nav |
13 | +++ b/usr/bin/nav |
14 | @@ -47,7 +47,7 @@ ISCORRECT(){ |
15 | ISCORRECTMENU(){ |
16 | dialog \ |
17 | --title "${TITLE}" \ |
18 | - --yesno "\\nIs this correct?\\n\\nDirectory: ${1}\\n\\n\\nThis Directory will be added to the Nav Menu.\\n\\nThe Menu can be open with the 'navmenu' command.\\n" \ |
19 | + --yesno "\\nIs this correct?\\n\\nDirectory: ${1}\\n\\n\\nThis Directory will be added to the Nav Menu.\\n\\nThe Menu can be opened with the 'navmenu' command.\\n" \ |
20 | 15 70 3>&1 1>&2 2>&3 3>&1 || $0 |
21 | } |
22 | |