Fix typo 89/3989/1
authorWilliam Douglas <william.douglas@intel.com>
Thu, 6 Jun 2013 19:21:07 +0000 (12:21 -0700)
committerWilliam Douglas <william.douglas@intel.com>
Thu, 13 Jun 2013 19:17:48 +0000 (12:17 -0700)
Signed-off-by: William Douglas <william.douglas@intel.com>
scripts/install.sh

index 69ac67e..a422ef5 100644 (file)
@@ -4,7 +4,7 @@
 plymouth display-message  --text "This installation will wipe all data from the hard drive, hit Y key to continue or ctrl-alt-del to abort."
 plymouth watch-keystroke --command="/usr/bin/test" --keys "yY"
 plymouth hide-message  --text "This installation will wipe all data from the hard drive, hit Y key to continue or ctrl-alt-del to abort."
-plymouth display-message  --text "Installing in to the hard disk now, this will take a few minutes..."
+plymouth display-message  --text "Installing on to the hard disk now, this will take a few minutes..."
 
 SRCMNT=$(mktemp -d /media/srctmp.XXXXXX)
 TGTMNT=$(mktemp -d /media/tgttmp.XXXXXX)
@@ -124,7 +124,7 @@ umount $SRCMNT
 
 sync
 
-plymouth hide-message  --text "Installing in to the hard disk now, this will take a few minutes..."
+plymouth hide-message  --text "Installing on to the hard disk now, this will take a few minutes..."
 plymouth display-message  --text "Hit R key to reboot and then remove the usb stick. Enjoy!"
 
 plymouth watch-keystroke --command="/usr/bin/test" --keys "rR"