Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-06-28 18:41:01 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-29 05:48:41 +0300
commit27830f50571c549b633f415aa9c260a39684b403 (patch)
treecf2bcef13e43765cf18512c6f410a458d7e4d369
parentce003aa6eeea5e8612ff74f22e9bfcafd2c70978 (diff)
change config messagev0.14.6
-rwxr-xr-xetc/library.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/library.sh b/etc/library.sh
index fc6f1141..df371362 100755
--- a/etc/library.sh
+++ b/etc/library.sh
@@ -156,7 +156,7 @@ function config()
local value
value=$( dialog --ok-label "Start" \
--no-lines --backtitle "$BACKTITLE" \
- --form "Enter the desired configuration for $( basename "$INSTALL_SCRIPT" .sh )" \
+ --form "Enter configuration for $( basename "$INSTALL_SCRIPT" .sh )" \
20 70 0 $PARAM \
3>&1 1>&2 2>&3 )
RET=$?