From 210d3ccc855e1b1e54d92758e656c5166ed53b36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 4 Feb 2020 20:59:26 -0300 Subject: [PATCH] dragora-installer: enhance messages for the initial screen. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks to Michael Siegel. Signed-off-by: Matías Fonzo --- archive/dragora-installer/dragora-installer | 10 +++++----- recipes/tools/dragora-installer/recipe | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/archive/dragora-installer/dragora-installer b/archive/dragora-installer/dragora-installer index 288434c3..df6201df 100644 --- a/archive/dragora-installer/dragora-installer +++ b/archive/dragora-installer/dragora-installer @@ -132,7 +132,7 @@ dialog --colors \ "Welcome to \Z3${PROGRAM}\Zn.\n\n\ This program will help you install Dragora 3.0 on your computer. -Use the cursor keys to move around the installer's menus. +Use the cursor keys to move around in the installer's menus. Press \Z3[Tab]\Zn to jump to the next option and \ \Z3[Shift]\Zn\Zb\Z7+\Zn\Z3[Tab]\Zn to jump to the previous one. @@ -140,8 +140,8 @@ Press \Z3[Tab]\Zn to jump to the next option and \ Use \Z3[Space]\Zn to select or unselect an item, \Z3[Enter]\Zn to confirm \ or proceed to the next menu. -Remember that you can use \Z3[Ctrl]\Zn\Zb\Z7+\Zn\Z3[C]\Zn to abort the \ -installation at any time. +You can use \Z3[Ctrl]\Zn\Zb\Z7+\Zn\Z3[C]\Zn to abort the installation at \ +any time. To quit a dialog (such as the one you are in), press \Z3[Esc]\Zn. @@ -159,7 +159,7 @@ then --title "Pendrive/SDCard/CDROM" \ --msgbox \ "Please insert the medium labeled as \"Dragora Packages\" and\n\ -press \Z7[Enter]\Zn to continue. Otherwise, a media selection menu\n\ +press \Z3[Enter]\Zn to continue. Otherwise, a media selection menu\n\ will be displayed." 7 63 if blkid -t LABEL="Dragora Packages" > /dev/null then @@ -232,7 +232,7 @@ then dialog --clear --colors \ --title "The Setup for Dragora has been completed" \ --msgbox \ -"\nWhen you are ready, you can press \Zb\Z7ENTER\Zn to eject the installation disc...\n" 8 70 || _status=$? +"\nWhen you are ready, you can press \Z3[Enter]\Zn to eject the installation disc...\n" 8 70 || _status=$? if test $_status -eq 0 then cdrom_device="$(cat -- ${SUBTMPDIR}/CDDevice)" diff --git a/recipes/tools/dragora-installer/recipe b/recipes/tools/dragora-installer/recipe index 174724a5..13680b22 100644 --- a/recipes/tools/dragora-installer/recipe +++ b/recipes/tools/dragora-installer/recipe @@ -15,7 +15,7 @@ # limitations under the License. program=dragora-installer -version=20200203 +version=20200204 release=1 # Set 'outdir' for a nice and well-organized output directory -- 2.11.4.GIT