From: William Douglas Date: Thu, 6 Jun 2013 19:21:07 +0000 (-0700) Subject: Fix typo X-Git-Tag: submit/tizen/20130620.233414~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=368d77d95e0746ad6b8449fc4be1ffd20d03bdee;p=platform%2Fupstream%2Fpc-installer.git Fix typo Signed-off-by: William Douglas --- diff --git a/scripts/install.sh b/scripts/install.sh index 69ac67e..a422ef5 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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"