From f70faa52cc13045c8d8e424a233fd4a26bac3c7a Mon Sep 17 00:00:00 2001 From: th33xitus Date: Thu, 8 Dec 2022 19:25:58 +0100 Subject: [PATCH] fix(klipper): update python dialog description Signed-off-by: Dominik Willner --- scripts/klipper.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/klipper.sh b/scripts/klipper.sh index 588dec5..1381e31 100644 --- a/scripts/klipper.sh +++ b/scripts/klipper.sh @@ -147,11 +147,8 @@ function start_klipper_setup() { function print_dialog_user_select_python_version() { top_border - echo -e "| Please select the preferred Python version. | " - echo -e "| The recommended version is Python 2.7. | " - blank_line - echo -e "| Installing Klipper with Python 3 is officially not | " - echo -e "| recommended and should be considered as experimental. | " + echo -e "| Please select your preferred Python version. | " + echo -e "| The recommended version is Python 3.x. | " hr echo -e "| 1) [Python 3.x] (recommended) | " echo -e "| 2) [Python 2.7] ${yellow}(legacy)${white} | "