From 08fb2a43d93ab6036637dc5d5efd9c7b6fe2e2d7 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Mon, 4 May 2020 11:48:53 +0100 Subject: [PATCH] Replace references to wifi --- debian/changelog | 6 ++++++ raspi-config | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e727cfd..f5acde8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +raspi-config (20200504) buster; urgency=medium + + * Replace references to wifi + + -- Simon Long Mon, 04 May 2020 11:47:53 +0100 + raspi-config (20200226) buster; urgency=medium * Sync FKMS check with gldriver-test diff --git a/raspi-config b/raspi-config index e0f1e4f..1d8a541 100755 --- a/raspi-config +++ b/raspi-config @@ -567,7 +567,7 @@ do_wifi_country() { rfkill unblock wifi fi if [ "$INTERACTIVE" = True ]; then - whiptail --msgbox "Wi-Fi country set to $COUNTRY" 20 60 1 + whiptail --msgbox "Wireless LAN country set to $COUNTRY" 20 60 1 fi fi } @@ -2291,7 +2291,7 @@ do_internationalisation_menu() { "I1 Change Locale" "Set up language and regional settings to match your location" \ "I2 Change Timezone" "Set up timezone to match your location" \ "I3 Change Keyboard Layout" "Set the keyboard layout to match your keyboard" \ - "I4 Change Wi-Fi Country" "Set the legal channels used in your country" \ + "I4 Change WLAN Country" "Set the legal channels used in your country" \ 3>&1 1>&2 2>&3) RET=$? if [ $RET -eq 1 ]; then @@ -2400,7 +2400,7 @@ do_boot_menu() { do_network_menu() { FUN=$(whiptail --title "Raspberry Pi Software Configuration Tool (raspi-config)" --menu "Network Options" $WT_HEIGHT $WT_WIDTH $WT_MENU_HEIGHT --cancel-button Back --ok-button Select \ "N1 Hostname" "Set the visible name for this Pi on a network" \ - "N2 Wi-Fi" "Enter SSID and passphrase" \ + "N2 Wireless LAN" "Enter SSID and passphrase" \ "N3 Network interface names" "Enable/Disable predictable network interface names" \ "N4 Network proxy settings" "Configure network proxy settings" \ 3>&1 1>&2 2>&3)