summary refs log tree commit diff
path: root/pkgs/games/openra/mod-launch-game.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/openra/mod-launch-game.sh')
-rw-r--r--pkgs/games/openra/mod-launch-game.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openra/mod-launch-game.sh b/pkgs/games/openra/mod-launch-game.sh
index ec03353bee5..c0b6feb69c8 100644
--- a/pkgs/games/openra/mod-launch-game.sh
+++ b/pkgs/games/openra/mod-launch-game.sh
@@ -21,5 +21,5 @@ mono --debug OpenRA.Game.exe Game.Mod=@name@ Engine.LaunchPath="@out@/bin/openra
 
 # Show a crash dialog if something went wrong
 if [ $? -ne 0 -a $? -ne 1 ]; then
-  show_error "OpenRA - @title@ has encountered a fatal error.\nPlease refer to the crash logs for more information.\n\nLog files are located in ~/.openra/Logs"
+  show_error $'OpenRA - @title@ has encountered a fatal error.\nPlease refer to the crash logs for more information.\n\nLog files are located in ~/.openra/Logs'
 fi