summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-06-12 06:38:09 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-06-12 06:38:09 +0000
commit71dd578037b288cd79f4546dff976c5bf2c87a6b (patch)
tree1388865bae914d1f8c3a429435491b345db7ed96 /admin
parent4b4930e286690713ba83c2f18cff48bb652e7a0a (diff)
downloadampache-71dd578037b288cd79f4546dff976c5bf2c87a6b.tar.gz
ampache-71dd578037b288cd79f4546dff976c5bf2c87a6b.tar.bz2
ampache-71dd578037b288cd79f4546dff976c5bf2c87a6b.zip
slight tweaks to the shoutcast controller, fliter out non 44100 rate files also fix a typo
Diffstat (limited to 'admin')
-rw-r--r--admin/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/system.php b/admin/system.php
index 52d84b4c..0a54aa8c 100644
--- a/admin/system.php
+++ b/admin/system.php
@@ -46,7 +46,7 @@ switch ($_REQUEST['action']) {
break;
case 'reset_db_charset':
Dba::reset_db_charset();
- show_confirmation(_('Database Charset Updated'),_('Your Database and assoicated tables have been updated to match your currently configured charset'),'/admin/system.php?action=show_debug');
+ show_confirmation(_('Database Charset Updated'),_('Your Database and associated tables have been updated to match your currently configured charset'),'/admin/system.php?action=show_debug');
break;
case 'show_debug':
$configuration = Config::get_all();