From 3d6eee99d13fb8d2ad919407ace3e00273512f78 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 17 Mar 2023 19:33:58 -0400 Subject: [PATCH] Update main menu header --- lug-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index 48c2f9a..1a47270 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2471,8 +2471,8 @@ fi # Loop the main menu until the user selects quit while true; do # Configure the menu - menu_text_zenity="Welcome, Space Penguin, to the Star Citizen LUG Helper!\n\nThis Helper is designed to help optimize your system for Star Citizen\n\nYou may choose from the following options:" - menu_text_terminal="Welcome, Space Penguin, to the Star Citizen Linux Users Group Helper!\n\nThis Helper is designed to help optimize your system for Star Citizen\nYou may choose from the following options:" + menu_text_zenity="Greetings, Space Penguin!\n\nThis tool is provided by the Star Citizen Linux Users Group\n\nYou may choose from the following options:" + menu_text_terminal="Greetings, Space Penguin!\n\nThis tool is provided by the Star Citizen Linux Users Group\nYou may choose from the following options:" menu_text_height="140" menu_type="radiolist"