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