From d9a8fa0474a972381dae9d6721b0857c4ce34f2c Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 4 May 2020 16:06:02 -0400 Subject: [PATCH] [fix] Hit -> Press --- setup/so-whiptail | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index dec567af4..53eb9c311 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -247,7 +247,7 @@ whiptail_requirements_error() { [ -n "$QUIET" ] && return whiptail --title "Security Onion Setup" \ - --yesno "This machine currently has $current_val $requirement_needed, but needs $needed_val to meet minimum requirements. Hit YES to continue anyway, or hit NO to cancel." 8 75 + --yesno "This machine currently has $current_val $requirement_needed, but needs $needed_val to meet minimum requirements. Press YES to continue anyway, or press NO to cancel." 8 75 local exitstatus=$? whiptail_check_exitstatus $exitstatus @@ -517,7 +517,7 @@ whiptail_make_changes() { [ -n "$QUIET" ] && return - whiptail --title "Security Onion Setup" --yesno "We are going to set this machine up as a $install_type. Please hit YES to make changes or NO to cancel." 8 75 + whiptail --title "Security Onion Setup" --yesno "We are going to set this machine up as a $install_type. Please press YES to make changes or NO to cancel." 8 75 local exitstatus=$? whiptail_check_exitstatus $exitstatus @@ -613,7 +613,7 @@ whiptail_network_notice() { [ -n "$QUIET" ] && return - whiptail --title "Security Onion Setup" --yesno "Since this is a network install we assume the management interface, DNS, Hostname, etc are already set up. Hit YES to continue." 8 75 + whiptail --title "Security Onion Setup" --yesno "Since this is a network install we assume the management interface, DNS, Hostname, etc are already set up. Press YES to continue." 8 75 local exitstatus=$? whiptail_check_exitstatus $exitstatus