From 274b280ff4505b9b86ee7c0df01e0f6440bcb045 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Sun, 15 Jul 2012 19:46:49 +0100 Subject: [PATCH] change 'OK' to 'Select' --- raspi-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi-config b/raspi-config index 6055e61..82d1561 100755 --- a/raspi-config +++ b/raspi-config @@ -224,7 +224,7 @@ do_finish() { } while true; do - FUN=$(whiptail --menu "Raspi-config" 20 80 12 --cancel-button Finish \ + FUN=$(whiptail --menu "Raspi-config" 20 80 12 --cancel-button Finish --ok-button Select \ "info" "Information about this tool" \ "expand_rootfs" "Expand root partition to fill SD card" \ "overscan" "Change overscan" \