summaryrefslogtreecommitdiffstats
path: root/templates/show_gather_art.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_gather_art.inc.php')
-rw-r--r--templates/show_gather_art.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/show_gather_art.inc.php b/templates/show_gather_art.inc.php
index 424b1792..24b10254 100644
--- a/templates/show_gather_art.inc.php
+++ b/templates/show_gather_art.inc.php
@@ -26,9 +26,9 @@
* @link http://www.ampache.org/
*/
-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 />";
+show_box_top(T_('Album Art Search'), 'box box_gather_art');
+echo "<strong>" . T_('Starting Album Art Search') . ". . .</strong><br />\n";
+echo T_('Searched') . ": <span id=\"count_art_" . $catalog_id . "\">" . T_('None') . "</span><br />";
+echo T_('Reading') . ":<span id=\"read_art_$catalog_id\"></span><br />";
show_box_bottom();
?>