From 1489c988d1fd6b1fbae15e9c85b7e5fc1e0ce7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 1 Nov 2021 20:36:55 +0100 Subject: [PATCH] Use proper phrasing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- automated install/basic-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index ada9e8ef..4b5810db 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -775,9 +775,9 @@ getStaticIPv4Settings() { DHCPChoice=$(whiptail --backtitle "Calibrating network interface" --title "Static IP Address" --menu --separate-output "Do you want to use your current network settings as a static address? \\n IP address: ${IPV4_ADDRESS} \\n Gateway: ${IPv4gw} \\n" "${r}" "${c}" 3\ - "Yes" "Set static IP as shown above (recommended)" \ - "Manual" "Manually enter IP adress now" \ - "No" "Take care of static adress all by yourself" 3>&2 2>&1 1>&3) || \ + "Yes" "Set static IP to the current address" \ + "Manual" "Set static IP to a custom IP" \ + "No" "Set static address manually later" 3>&2 2>&1 1>&3) || \ { printf " %bCancel was selected, exiting installer%b\\n" "${COL_LIGHT_RED}" "${COL_NC}"; exit 1; } case ${DHCPChoice} in