From 187db737982730e6168b63e8140d173d4678e9a6 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:20:45 +0200 Subject: [PATCH] Update zimaos.sh --- scripts/vm/zimaos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vm/zimaos.sh b/scripts/vm/zimaos.sh index 66306b9..253916b 100644 --- a/scripts/vm/zimaos.sh +++ b/scripts/vm/zimaos.sh @@ -852,7 +852,7 @@ function select_storage_volume() { else while [ -z "${STORAGE:+x}" ]; do STORAGE=$(whiptail --backtitle "ProxMenuX" --title "Storage Pools" --radiolist \ - "$(translate "Choose the storage volume for $purpose:\n\nUse Spacebar to select.")" \ + "$(translate "Choose the storage volume for $purpose:")" \ 16 $(($MSG_MAX_LENGTH + 23)) 6 \ "${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3) || exit done