Fixed a typo.

This commit is contained in:
Storm Dragon 2022-03-27 13:39:52 -04:00
parent bc5ac9f3d2
commit 07054de7cb

View File

@ -1094,7 +1094,7 @@ while getopts "${args}" i ; do
R) redownload="true";; R) redownload="true";;
r) game_removal;; r) game_removal;;
t) t)
dialog --backtitle "Linux Game Manager" \ dialog --backtitle "Audiogame Manager" \
--infobox "There are currently ${#gameList[@]} games available." -1 -1 --infobox "There are currently ${#gameList[@]} games available." -1 -1
exit 0 exit 0
;; ;;