Correct menu labelling for x86

This commit is contained in:
Simon Long 2021-12-02 18:40:26 +00:00
parent bf9c85c0b9
commit 20a4cee6e5
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
raspi-config (20211203) bullseye; urgency=medium
* Correct labelling for x86 version as well
-- Simon Long <simon@raspberrypi.com> Thu, 02 Dec 2021 18:39:04 +0000
raspi-config (20211202) bullseye; urgency=medium
* Correct labelling of entries in the interface menu

View File

@ -2907,7 +2907,7 @@ do_interface_menu() {
3>&1 1>&2 2>&3)
else
FUN=$(whiptail --title "Raspberry Pi Software Configuration Tool (raspi-config)" --menu "Interfacing Options" $WT_HEIGHT $WT_WIDTH $WT_MENU_HEIGHT --cancel-button Back --ok-button Select \
"P2 SSH" "Enable/disable remote command line access using SSH" \
"I2 SSH" "Enable/disable remote command line access using SSH" \
3>&1 1>&2 2>&3)
fi
RET=$?