Small update to wording in ChangeAppSettings.sh

This commit is contained in:
pelya
2010-07-26 15:40:27 +03:00
parent d5b27e5441
commit 90b09cd587

View File

@@ -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"