diff --git a/linux-game-manager.sh b/linux-game-manager.sh index c2a7e26..f1d076c 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -122,7 +122,7 @@ ui_msgbox() { local text="$3" if [[ "$dialog_type" == "yad" ]]; then - echo "$text" | yad --text-info \ + echo -e "$text" | yad --text-info \ --title="$title" \ --show-cursor \ --button="OK:0" \