Show
Ignore:
Timestamp:
08/30/08 13:31:37 (4 months ago)
Author:
vollmerk
Message:

dont echo printf... :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.4/templates/show_adds_catalog.inc.php

    r1639 r1717  
    2121 
    2222show_box_top(); 
    23 echo "\n" . printf(_('Starting New Song Search on %s catalog'), " <b>[$this->name]</b> ") . "<br />\n"; 
     23printf(_('Starting New Song Search on %s catalog'), " <b>[$this->name]</b> ");  
     24echo  "<br />\n"; 
    2425echo _('Found') . ": <span id=\"add_count_" . $this->id ."\">" . _('None') . "</span><br />\n"; 
    2526echo _('Reading') . ":<span id=\"add_dir_" . $this->id . "\"></span><br />";