From e89c20daad9c38b7698f454499fa7e1529e344ca Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 5 Nov 2022 16:49:16 -0400 Subject: [PATCH] Fixed a bug in a dialog statement. --- linux-game-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 188d0ef..66c4378 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -539,7 +539,7 @@ case "${game}" in sed -i 's/Mouse1=+attack/Control+=attack/' "${XDG_CONFIG_HOME:-$HOME/.config}/gzdoom/gzdoom.ini" else dialog --backtitle "Linux Game Manager" \ - --msgbox "Unable to extract files to ${doomPath}. Please extract ${cache}/Toby Acc Mod V5-1 Update Fix.zip manually." + --msgbox "Unable to extract files to ${doomPath}. Please extract ${cache}/Toby Acc Mod V5-1 Update Fix.zip manually." -1 -1 --stdout exit 1 fi fi