From 90b09cd5871fc513c3d8988587bb75b8c42f8f3f Mon Sep 17 00:00:00 2001 From: pelya Date: Mon, 26 Jul 2010 15:40:27 +0300 Subject: [PATCH] Small update to wording in ChangeAppSettings.sh --- alienblaster/ChangeAppSettings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alienblaster/ChangeAppSettings.sh b/alienblaster/ChangeAppSettings.sh index 7f2ae82e3..f0c2b981d 100755 --- a/alienblaster/ChangeAppSettings.sh +++ b/alienblaster/ChangeAppSettings.sh @@ -36,7 +36,7 @@ if [ -n "$var" ] ; then AppDataDownloadUrl="$var" fi -echo -n "\nApplication window should be resized to fit into 480x320 screen (y) or (n) ($SdlVideoResize): " +echo -n "\nApplication window should be resized to fit into native device screen (480x320 or 800x480) (y) or (n) ($SdlVideoResize): " read var if [ -n "$var" ] ; then SdlVideoResize="$var"