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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2020-09-05 12:58:37 +0300
committerGitHub <noreply@github.com>2020-09-05 12:58:37 +0300
commite255051d962de5be642ce8066281da83d6417745 (patch)
tree268af52c0fb4d644d67c5f78d3bd7ece95fd9f69 /apps/previewgenerator.sh
parentcb9a4a4400332e9c4086eb895f593e6bd9d4efda (diff)
standardize checklist-instructions and menu-instructions (#1410)
Diffstat (limited to 'apps/previewgenerator.sh')
-rw-r--r--apps/previewgenerator.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/previewgenerator.sh b/apps/previewgenerator.sh
index 98eabf27..17d5d44e 100644
--- a/apps/previewgenerator.sh
+++ b/apps/previewgenerator.sh
@@ -97,7 +97,7 @@ then
# Choose file formats fo the case when imagick is installed.
# for additional previews please look at the nextcloud documentation. But these probably won't work.
- choice=$(whiptail --title "$TITLE - Choose file formats" --checklist "Now you can choose for which file formats you would like to generate previews for\nSelect or unselect by pressing the spacebar" "$WT_HEIGHT" "$WT_WIDTH" 4 \
+ choice=$(whiptail --title "$TITLE - Choose file formats" --checklist "Now you can choose for which file formats you would like to generate previews for\n$CHECKLIST_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
"PNG" "" ON \
"JPEG" "" ON \
"GIF" "" ON \
@@ -160,7 +160,7 @@ else
fi
# Choose file formats fo the case when imagick is not installed.
# for additional previews please look at the nextcloud documentation. But these probably won't work.
- choice=$(whiptail --title "$TITLE - Choose file formats" --checklist "Now you can choose for which file formats you would like to generate previews for\nSelect or unselect by pressing the spacebar" "$WT_HEIGHT" "$WT_WIDTH" 4 \
+ choice=$(whiptail --title "$TITLE - Choose file formats" --checklist "Now you can choose for which file formats you would like to generate previews for\n$CHECKLIST_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
"PNG" "" ON \
"JPEG" "" ON \
"GIF" "" ON \