Changeset 1717 for branches/3.4/templates/show_adds_catalog.inc.php
- Timestamp:
- 08/30/08 13:31:37 (4 months ago)
- Files:
-
- 1 modified
-
branches/3.4/templates/show_adds_catalog.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/templates/show_adds_catalog.inc.php
r1639 r1717 21 21 22 22 show_box_top(); 23 echo "\n" . printf(_('Starting New Song Search on %s catalog'), " <b>[$this->name]</b> ") . "<br />\n"; 23 printf(_('Starting New Song Search on %s catalog'), " <b>[$this->name]</b> "); 24 echo "<br />\n"; 24 25 echo _('Found') . ": <span id=\"add_count_" . $this->id ."\">" . _('None') . "</span><br />\n"; 25 26 echo _('Reading') . ":<span id=\"add_dir_" . $this->id . "\"></span><br />";
