diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-03-17 00:50:16 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-03-17 00:50:16 +0000 |
commit | 27437304248e6d8fd44c2b997673ea112e08afa8 (patch) | |
tree | 9628d564e018fa0b53597dee665ed4d12803b0c1 /templates | |
parent | adc4e061f4be955e1db8e9a2c51307b90795e699 (diff) | |
download | ampache-27437304248e6d8fd44c2b997673ea112e08afa8.tar.gz ampache-27437304248e6d8fd44c2b997673ea112e08afa8.tar.bz2 ampache-27437304248e6d8fd44c2b997673ea112e08afa8.zip |
force consistant charset on file add, add fix_filenames script and minor tweak for democratic play
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_test.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_test.inc.php b/templates/show_test.inc.php index dbde51d7..6fbfc45e 100644 --- a/templates/show_test.inc.php +++ b/templates/show_test.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) 2001 - 2008 Ampache.org All Rights Reserved this program is free software; you can redistribute it and/or @@ -112,7 +112,7 @@ ?>] </td> <td> - <?php echo _('This test checks to make sure you have Iconv support installed. Iconv support is not required for Ampache, but it is highly recommended'); ?> + <?php echo _('This test checks to make sure you have Iconv support installed. Iconv support is required for Ampache'); ?> </td> </tr> <tr> |