From b8fddff1d85d187ee2c28ef5f5be17a293b5a305 Mon Sep 17 00:00:00 2001 From: mrmarcus007 Date: Wed, 3 May 2023 12:08:51 +0100 Subject: [PATCH] Danke --- Overclock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Overclock.py b/Overclock.py index f0a30af..fb21a84 100644 --- a/Overclock.py +++ b/Overclock.py @@ -68,7 +68,7 @@ def Menu(): if choice == "1": os.system('cls') configdisplay() - input(" Press enter to continue") + input(" Press any-key to continue") Menu() elif choice == "2": os.system('cls') @@ -87,7 +87,7 @@ def Menu(): if choice == "1": os.system('cls') configdisplay() - input(" Press enter to continue") + input(" Drücken Sie eine beliebige Taste, um fortzufahren") Menu() elif choice == "2": os.system('cls')