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"