Skip to content

Commit 85a5bf2

Browse files
authored
updated word order in several scripts (#3921)
1 parent 6cdda09 commit 85a5bf2

16 files changed

+16
-16
lines changed

ct/create_lxc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function select_storage() {
147147
local STORAGE
148148
while [ -z "${STORAGE:+x}" ]; do
149149
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
150-
"Which storage pool you would like to use for the ${CONTENT_LABEL,,}?\nTo make a selection, use the Spacebar.\n" \
150+
"Which storage pool would you like to use for the ${CONTENT_LABEL,,}?\nTo make a selection, use the Spacebar.\n" \
151151
16 $(($MSG_MAX_LENGTH + 23)) 6 \
152152
"${MENU[@]}" 3>&1 1>&2 2>&3) || {
153153
msg_error "Menu aborted."

tools/addon/all-templates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function select_storage() {
133133
local STORAGE
134134
while [ -z "${STORAGE:+x}" ]; do
135135
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
136-
"Which storage pool you would like to use for the ${CONTENT_LABEL,,}?\n\n" \
136+
"Which storage pool would you like to use for the ${CONTENT_LABEL,,}?\n\n" \
137137
16 $(($MSG_MAX_LENGTH + 23)) 6 \
138138
"${MENU[@]}" 3>&1 1>&2 2>&3) || die "Menu aborted."
139139
done

turnkey/turnkey.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function select_storage() {
154154
local STORAGE
155155
while [ -z "${STORAGE:+x}" ]; do
156156
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
157-
"Which storage pool you would like to use for the ${CONTENT_LABEL,,}?\n\n" \
157+
"Which storage pool would you like to use for the ${CONTENT_LABEL,,}?\n\n" \
158158
16 $(($MSG_MAX_LENGTH + 23)) 6 \
159159
"${MENU[@]}" 3>&1 1>&2 2>&3) || die "Menu aborted."
160160
done

vm/archlinux-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ elif [ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]; then
413413
else
414414
while [ -z "${STORAGE:+x}" ]; do
415415
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
416-
"Which storage pool you would like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
416+
"Which storage pool would you like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
417417
16 $(($MSG_MAX_LENGTH + 23)) 6 \
418418
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3)
419419
done

vm/debian-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ elif [ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]; then
414414
else
415415
while [ -z "${STORAGE:+x}" ]; do
416416
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
417-
"Which storage pool you would like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
417+
"Which storage pool would you like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
418418
16 $(($MSG_MAX_LENGTH + 23)) 6 \
419419
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3)
420420
done

vm/docker-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ elif [ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]; then
377377
else
378378
while [ -z "${STORAGE:+x}" ]; do
379379
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
380-
"Which storage pool you would like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
380+
"Which storage pool would you like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
381381
16 $(($MSG_MAX_LENGTH + 23)) 6 \
382382
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3)
383383
done

vm/haos-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ else
417417
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID >/dev/null; then kill $SPINNER_PID >/dev/null; fi
418418
printf "\e[?25h"
419419
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
420-
"Which storage pool you would like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
420+
"Which storage pool would you like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
421421
16 $(($MSG_MAX_LENGTH + 23)) 6 \
422422
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3)
423423
done

vm/mikrotik-routeros.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ elif [ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]; then
241241
else
242242
while [ -z "${STORAGE:+x}" ]; do
243243
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
244-
"Which storage pool you would like to use for the Mikrotik RouterOS CHR VM?\n\n" \
244+
"Which storage pool would you like to use for the Mikrotik RouterOS CHR VM?\n\n" \
245245
16 $(($MSG_MAX_LENGTH + 23)) 6 \
246246
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3)
247247
done

vm/nextcloud-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ elif [ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]; then
378378
else
379379
while [ -z "${STORAGE:+x}" ]; do
380380
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
381-
"Which storage pool you would like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
381+
"Which storage pool would you like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
382382
16 $(($MSG_MAX_LENGTH + 23)) 6 \
383383
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3)
384384
done

vm/openwrt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ elif [ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]; then
438438
else
439439
while [ -z "${STORAGE:+x}" ]; do
440440
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
441-
"Which storage pool you would like to use for the OpenWrt VM?\n\n" \
441+
"Which storage pool would you like to use for the OpenWrt VM?\n\n" \
442442
16 $(($MSG_MAX_LENGTH + 23)) 6 \
443443
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3)
444444
done

0 commit comments

Comments
 (0)