From 13742eebf7607e39f2378fcdff638832ea264bb5 Mon Sep 17 00:00:00 2001 From: pb1dft Date: Fri, 23 Feb 2007 23:45:46 +0000 Subject: Fixed a lot of minor thing + play_type_switch for IE7 --- lib/class/catalog.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 "
$art_found " . _('album\'s with art') . ". . .
\n"; + echo "
$art_found " . _('albums with art') . ". . .
\n"; flush(); } // get_album_art -- cgit