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:
Diffstat (limited to 'etc/library.sh')
-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=$?