diff options
author | momo-i <momo-i@ampache> | 2008-08-27 00:59:11 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-08-27 00:59:11 +0000 |
commit | 7d8db9b0ec124fc0708492486a375f09291f3a8f (patch) | |
tree | c75a63be3854a8e7dd5649dc1e192e316684568a /templates/show_install.inc.php | |
parent | de6d146ca3ee28541aad998a422b20311597e0d1 (diff) | |
download | ampache-7d8db9b0ec124fc0708492486a375f09291f3a8f.tar.gz ampache-7d8db9b0ec124fc0708492486a375f09291f3a8f.tar.bz2 ampache-7d8db9b0ec124fc0708492486a375f09291f3a8f.zip |
Updated tempalate, po files, and Install process.
Diffstat (limited to 'templates/show_install.inc.php')
-rw-r--r-- | templates/show_install.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_install.inc.php b/templates/show_install.inc.php index 5d3a05eb..4738d263 100644 --- a/templates/show_install.inc.php +++ b/templates/show_install.inc.php @@ -35,7 +35,7 @@ if (INSTALL != '1') { exit; } <div id="text-box"> <div class="notify"> - <b><?php echo _('Requirements'); ?></b> + <strong><?php echo _('Requirements'); ?></strong> <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-requisites"); ?> </p> @@ -49,7 +49,7 @@ if (INSTALL != '1') { exit; } </div> <div class="content"> - <b><?php echo _("Step 1 - Creating and Inserting the Ampache Database"); ?></b><br /> + <strong><?php echo _("Step 1 - Creating and Inserting the Ampache Database"); ?></strong><br /> <dl> <dd><?php echo _("This step creates and inserts the Ampache database, as such please provide a mysql account with database creation rights. This step may take a while depending upon the speed of your computer"); ?></dd> </dl> @@ -103,7 +103,7 @@ if (INSTALL != '1') { exit; } </div> <div id="bottom"> - <p><b>Ampache Installation.</b><br /> + <p><strong>Ampache Installation.</strong><br /> Pour l'Amour de la Musique</p> </div> </div> |