diff options
author | Chris Buechler <cmb@pfsense.org> | 2008-02-18 05:11:00 +0000 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2008-02-18 05:11:00 +0000 |
commit | 42b8d9fb18941915753d935d94423c58fe4d37a6 (patch) | |
tree | ae521d283bf42416d4a82dd6341b7a03938afc85 /usr/local | |
parent | c3317a8c5ed9867aad474fedfe7378a884593c09 (diff) | |
download | pfsense-42b8d9fb18941915753d935d94423c58fe4d37a6.zip pfsense-42b8d9fb18941915753d935d94423c58fe4d37a6.tar.gz |
fix typo
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 128aaf9..cf8cafe 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -87,8 +87,8 @@ echo "<div \" style=\"width:700px;background-color:#ffffff\" id=\"nifty\">\n"; echo "Welcome to {$g['product_name']}!<p>\n"; echo "One moment while we start the initial setup wizard.<p>\n"; - echo "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal gui.<p>\n"; - echo "To bypass the wizard, click on the {$g['product_name']} wizard on the initial page.\n"; + echo "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI.<p>\n"; + echo "To bypass the wizard, click on the {$g['product_name']} logo on the initial page.\n"; echo "</div>\n"; echo "<meta http-equiv=\"refresh\" content=\"1;url=wizard.php?xml=setup_wizard.xml\">\n"; echo "<script type=\"text/javascript\">\n"; |