From cb5a7ca66dd455b39627907d404a48f2d6a02260 Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Tue, 5 May 2020 15:07:29 +0100 Subject: [PATCH] timezone -> time zone (#115) --- raspi-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi-config b/raspi-config index 1d8a541..66df6b5 100755 --- a/raspi-config +++ b/raspi-config @@ -2289,7 +2289,7 @@ fi do_internationalisation_menu() { FUN=$(whiptail --title "Raspberry Pi Software Configuration Tool (raspi-config)" --menu "Localisation Options" $WT_HEIGHT $WT_WIDTH $WT_MENU_HEIGHT --cancel-button Back --ok-button Select \ "I1 Change Locale" "Set up language and regional settings to match your location" \ - "I2 Change Timezone" "Set up timezone to match your location" \ + "I2 Change Time Zone" "Set up time zone to match your location" \ "I3 Change Keyboard Layout" "Set the keyboard layout to match your keyboard" \ "I4 Change WLAN Country" "Set the legal channels used in your country" \ 3>&1 1>&2 2>&3)