summaryrefslogtreecommitdiffstats
path: root/templates/show_gather_art.inc.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2008-08-27 00:59:11 +0000
committermomo-i <momo-i@ampache>2008-08-27 00:59:11 +0000
commit7d8db9b0ec124fc0708492486a375f09291f3a8f (patch)
treec75a63be3854a8e7dd5649dc1e192e316684568a /templates/show_gather_art.inc.php
parentde6d146ca3ee28541aad998a422b20311597e0d1 (diff)
downloadampache-7d8db9b0ec124fc0708492486a375f09291f3a8f.tar.gz
ampache-7d8db9b0ec124fc0708492486a375f09291f3a8f.tar.bz2
ampache-7d8db9b0ec124fc0708492486a375f09291f3a8f.zip
Updated tempalate, po files, and Install process.
Diffstat (limited to 'templates/show_gather_art.inc.php')
-rw-r--r--templates/show_gather_art.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_gather_art.inc.php b/templates/show_gather_art.inc.php
index 1cd126ed..9003748b 100644
--- a/templates/show_gather_art.inc.php
+++ b/templates/show_gather_art.inc.php
@@ -20,7 +20,7 @@
*/
show_box_top();
-echo "<b>" . _('Starting Album Art Search') . ". . .</b><br />\n";
+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_bottom();