change 'OK' to 'Select'

This commit is contained in:
Alex Bradbury 2012-07-15 19:46:49 +01:00
parent 8afc286e8b
commit 274b280ff4
1 changed files with 1 additions and 1 deletions

View File

@ -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" \