diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-05 02:08:58 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-05 02:08:58 +0000 |
commit | 75aa0cf62494939224098ca60bbef000b21a3c23 (patch) | |
tree | afefead729f02f8cad938422559932137d57f0ae /templates/show_install_account.inc.php | |
parent | 318f913669b63598b1ba1402c492b1751bd32c41 (diff) | |
download | ampache-75aa0cf62494939224098ca60bbef000b21a3c23.tar.gz ampache-75aa0cf62494939224098ca60bbef000b21a3c23.tar.bz2 ampache-75aa0cf62494939224098ca60bbef000b21a3c23.zip |
fixed install script for when your in a subdir
Diffstat (limited to 'templates/show_install_account.inc.php')
-rw-r--r-- | templates/show_install_account.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php index d8a0f721..0206eacf 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -52,7 +52,7 @@ <dd><?php echo _("This step creates your initial Ampache admin account. Once your admin account has been created you will be directed to the login page"); ?></dd> </dl> <br /><br /> -<span class="header2">Create Admin Account</span> +<span class="header2"><?php echo _('Create Admin Account'); ?></span> <?php echo $GLOBALS['error']->print_error('general'); ?> <form method="post" action="<?php echo $GLOBALS['php_self'] . "?action=create_account"; ?>" enctype="multipart/form-data" > <table cellpadding="5" cellspacing="0" border="0"> |