diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-25 21:36:57 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-25 21:36:57 +0000 |
commit | 9e97e1a980069af52991f637993c75b3b7ddc8ff (patch) | |
tree | dba43a96ae033653a0933af316a5c53376ad9374 /templates/show_install_config.inc.php | |
parent | b588a9475f7e37f80ada63d98448e933e19bf95a (diff) | |
download | ampache-9e97e1a980069af52991f637993c75b3b7ddc8ff.tar.gz ampache-9e97e1a980069af52991f637993c75b3b7ddc8ff.tar.bz2 ampache-9e97e1a980069af52991f637993c75b3b7ddc8ff.zip |
fixed some missing gettext, tweaked error reporting level on test.php and fixed timeout issues with API (Thx Beef Doughnut)
Diffstat (limited to 'templates/show_install_config.inc.php')
-rw-r--r-- | templates/show_install_config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index 9b5c477b..d68d47bd 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -30,7 +30,7 @@ if (INSTALL != '1') { exit; } <body> <div id="header"> <h1><?php echo _('Ampache Installation'); ?></h1> -<p>For the love of Music</p> +<p>Pour l'Amour de la Musique</p> </div> <div id="text-box"> |