timezone -> time zone (#115)

This commit is contained in:
andrum99 2020-05-05 15:07:29 +01:00 committed by GitHub
parent 08fb2a43d9
commit cb5a7ca66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)