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_config.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_config.inc.php')
-rw-r--r-- | templates/show_install_config.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index ab266495..3cb13849 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -46,7 +46,7 @@ if (INSTALL != '1') { exit; } <div class="content"> <?php echo _("Step 1 - Creating and Inserting the Ampache Database"); ?><br /> - <b><?php echo _("Step 2 - Creating the Ampache.cfg.php file"); ?></b><br /> + <strong><?php echo _("Step 2 - Creating the Ampache.cfg.php file"); ?></strong><br /> <dl> <dd><?php echo _("This steps takes the basic config values and generates the config file. It will prompt you to download the config file. Please put the downloaded config file in /config"); ?></dd> </dl> @@ -133,7 +133,7 @@ if (INSTALL != '1') { exit; } </form> </div> <div id="bottom"> - <p><b>Ampache Installation.</b><br /> + <p><strong>Ampache Installation.</strong><br /> For the love of Music.</p> </div> </div> |