From 27830f50571c549b633f415aa9c260a39684b403 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Wed, 28 Jun 2017 17:41:01 +0200 Subject: [PATCH] change config message --- etc/library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/library.sh b/etc/library.sh index fc6f1141b..df3713629 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=$?