From 74b5c09b89767e6409a41350f82a6fe6972e23f6 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 28 Jul 2023 20:40:54 -0400 Subject: [PATCH] Add wiki link to terminal menu --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 75bc774..2f41c01 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2165,7 +2165,7 @@ maintenance_menu() { while [ "$looping_menu" = "true" ]; do # Configure the menu menu_text_zenity="Game Maintenance and Troubleshooting\n\nLUG Wiki: $lug_wiki\n\nYou may choose from the following options:" - menu_text_terminal="Game Maintenance and Troubleshooting\n\nYou may choose from the following options:" + menu_text_terminal="Game Maintenance and Troubleshooting\n\nLUG Wiki: $lug_wiki\n\nYou may choose from the following options:" menu_text_height="140" menu_type="radiolist"