summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-08-03 17:44:41 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-08-03 17:44:41 +0000
commit3b0521a4f462ea158af75b0b3bdf6f84e0c2b843 (patch)
treeb9a44a0ece925d3868d4bf68341849c49d210cd2 /tools
parent2c00cb5e835f99ad17f9bb3a8d7dbbac2b14c05a (diff)
downloadrockbox-3b0521a4f462ea158af75b0b3bdf6f84e0c2b843.tar.gz
rockbox-3b0521a4f462ea158af75b0b3bdf6f84e0c2b843.zip
Typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27680 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 4daf11e2c6..209ef4c746 100755
--- a/tools/configure
+++ b/tools/configure
@@ -60,10 +60,10 @@ app_get_platform() {
esac
echo "Selected $app_platform platform"
- echo "Please the LCD width (default: 320)"
+ echo "Enter the LCD width (default: 320)"
app_lcd_width=`input`
if [ -z "$app_lcd_width" ]; then app_lcd_width="320"; fi
- echo "Please the LCD height (default: 480)"
+ echo "Enter the LCD height (default: 480)"
app_lcd_height=`input`
if [ -z "$app_lcd_height" ]; then app_lcd_height="480"; fi
echo "Selected $app_lcd_width x $app_lcd_height resolution"