diff options
Diffstat (limited to 'templates/show_gather_art.inc.php')
-rw-r--r-- | templates/show_gather_art.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_gather_art.inc.php b/templates/show_gather_art.inc.php index 2b9c920b..424b1792 100644 --- a/templates/show_gather_art.inc.php +++ b/templates/show_gather_art.inc.php @@ -26,7 +26,7 @@ * @link http://www.ampache.org/ */ -show_box_top(); +show_box_top(_('Album Art Search'), 'box box_gather_art'); echo "<strong>" . _('Starting Album Art Search') . ". . .</strong><br />\n"; echo _('Searched') . ": <span id=\"count_art_" . $catalog_id . "\">" . _('None') . "</span><br />"; echo _('Reading') . ":<span id=\"read_art_$catalog_id\"></span><br />"; |