From 20a4cee6e5a0794d0d2e3f4ded295dc7ea31c512 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Thu, 2 Dec 2021 18:40:26 +0000 Subject: [PATCH] Correct menu labelling for x86 --- debian/changelog | 6 ++++++ raspi-config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index efe45c4..8b93605 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +raspi-config (20211203) bullseye; urgency=medium + + * Correct labelling for x86 version as well + + -- Simon Long Thu, 02 Dec 2021 18:39:04 +0000 + raspi-config (20211202) bullseye; urgency=medium * Correct labelling of entries in the interface menu diff --git a/raspi-config b/raspi-config index 4b0b483..bfb4e9f 100755 --- a/raspi-config +++ b/raspi-config @@ -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=$?