summaryrefslogtreecommitdiffstats
path: root/templates/show_adds_catalog.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_adds_catalog.inc.php')
-rw-r--r--templates/show_adds_catalog.inc.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/show_adds_catalog.inc.php b/templates/show_adds_catalog.inc.php
index 8448edec..c597353f 100644
--- a/templates/show_adds_catalog.inc.php
+++ b/templates/show_adds_catalog.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2007 Ampache.org
+ Copyright (c) Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -20,7 +20,8 @@
*/
show_box_top();
-echo "\n" . printf(_('Starting New Song Search on %s catalog'), " <b>[$this->name]</b> ") . "<br />\n";
+printf(_('Starting New Song Search on %s catalog'), "<strong>[$this->name]</strong>");
+echo "<br />\n";
echo _('Found') . ": <span id=\"add_count_" . $this->id ."\">" . _('None') . "</span><br />\n";
echo _('Reading') . ":<span id=\"add_dir_" . $this->id . "\"></span><br />";
show_box_bottom();