mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 12:10:07 +09:00
timezone -> time zone (#115)
This commit is contained in:
parent
08fb2a43d9
commit
cb5a7ca66d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user