From d7fc090bbf24aad0c7adbc57f9863799fb7b72c7 Mon Sep 17 00:00:00 2001 From: Quad Date: Sat, 22 May 2021 23:24:48 +0200 Subject: [PATCH] Edit GUI text --- scripts/tdp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tdp b/scripts/tdp index 53686a8..0e18dbf 100755 --- a/scripts/tdp +++ b/scripts/tdp @@ -237,8 +237,8 @@ gui_handler() { # Contains some ugly hacks to "widen" the entries for the small GPD screen, might tweak later gui_action=$(zenity --list --title="${gui_name}" --width=400 --height=350 $gui_options --text="Chose action to perform:" --hide-column=1 --column="" --column="Action"\ check "`printf "\n Check current TDP\n "`" \ - preset "`printf "\n Change TDP (requires sudo)\n "`" \ - set "`printf "\n Set custom TDP (requires sudo)\n "`" \ + preset "`printf "\n Change TDP (Will ask for password)\n "`" \ + set "`printf "\n Set custom TDP (Will ask for password)\n "`" \ exit "`printf "\n Exit TDP Manager\n "`") case $gui_action in