From 060cc692adb0d9489aff42fbceb6aa641365f42f Mon Sep 17 00:00:00 2001 From: Nightblade Date: Mon, 1 Apr 2019 22:50:17 +1100 Subject: [PATCH] Minor wording suggestion in `do_overclock` (#91) Fixes #92 --- raspi-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi-config b/raspi-config index fb95fc2..d068f26 100755 --- a/raspi-config +++ b/raspi-config @@ -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