Minor wording suggestion in `do_overclock` (#91)

Fixes #92
This commit is contained in:
Nightblade 2019-04-01 22:50:17 +11:00 committed by XECDesign
parent 58bc23c9c8
commit 060cc692ad
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ set_memory_split() {
do_overclock() {
if ! is_pione && ! is_pitwo; then
whiptail --msgbox "This Pi cannot be overclocked." 20 60 2
whiptail --msgbox "Only Pi 1 or Pi 2 can be overclocked with this tool." 20 60 2
return 1
fi
if [ "$INTERACTIVE" = True ]; then