diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-10 21:59:56 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-10 21:59:56 +0000 |
commit | e2eb5c0dbb442a9ed15b0b4ae1c367442d148100 (patch) | |
tree | 1ec6a0a026fb836534e2f55c31457d78bd0df135 /templates/show_install.inc | |
parent | c335b93d9513023efa4e1d5c89f3c289739285f5 (diff) | |
download | ampache-e2eb5c0dbb442a9ed15b0b4ae1c367442d148100.tar.gz ampache-e2eb5c0dbb442a9ed15b0b4ae1c367442d148100.tar.bz2 ampache-e2eb5c0dbb442a9ed15b0b4ae1c367442d148100.zip |
fixed some spelling errors
Diffstat (limited to 'templates/show_install.inc')
-rw-r--r-- | templates/show_install.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install.inc b/templates/show_install.inc index ea1666b6..994cce73 100644 --- a/templates/show_install.inc +++ b/templates/show_install.inc @@ -33,7 +33,7 @@ <div class="text-box"> <span class="header1"><?php echo _("Ampache Installation"); ?></span> <p> -<?php echo _("This Page handles the installation of the ampache database and the creation of the ampache.cfg.php file. Before you continue please make sure that you have the following pre-requisits"); ?> +<?php echo _("This Page handles the installation of the Ampache database and the creation of the ampache.cfg.php file. Before you continue please make sure that you have the following pre-requisites"); ?> </br /> <ul> <li><?php echo _("A MySQL Server with a username and password that can create/modify databases"); ?></li> |