diff options
author | pb1dft <pb1dft@ampache> | 2007-02-23 23:45:46 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2007-02-23 23:45:46 +0000 |
commit | 13742eebf7607e39f2378fcdff638832ea264bb5 (patch) | |
tree | d7f649387385c3f5bec4b3f9850f008b18e74c98 /lib | |
parent | 6a660dcb5f2bc9b93fdf601309a4cba90ccd5578 (diff) | |
download | ampache-13742eebf7607e39f2378fcdff638832ea264bb5.tar.gz ampache-13742eebf7607e39f2378fcdff638832ea264bb5.tar.bz2 ampache-13742eebf7607e39f2378fcdff638832ea264bb5.zip |
Fixed a lot of minor thing + play_type_switch for IE7
Diffstat (limited to 'lib')
-rw-r--r-- | lib/class/catalog.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index d824df19..f981bf2b 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -527,7 +527,7 @@ class Catalog { unset($found); } // foreach albums - echo "<br />$art_found " . _('album\'s with art') . ". . .<br />\n"; + echo "<br />$art_found " . _('albums with art') . ". . .<br />\n"; flush(); } // get_album_art |