Add wiki link to terminal menu

This commit is contained in:
the-sane 2023-07-28 20:40:54 -04:00
parent a807b31216
commit 74b5c09b89

View File

@ -2165,7 +2165,7 @@ maintenance_menu() {
while [ "$looping_menu" = "true" ]; do while [ "$looping_menu" = "true" ]; do
# Configure the menu # Configure the menu
menu_text_zenity="<b><big>Game Maintenance and Troubleshooting</big>\n\nLUG Wiki: $lug_wiki</b>\n\nYou may choose from the following options:" menu_text_zenity="<b><big>Game Maintenance and Troubleshooting</big>\n\nLUG Wiki: $lug_wiki</b>\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_text_height="140"
menu_type="radiolist" menu_type="radiolist"