Show
Ignore:
Timestamp:
09/09/06 14:52:23 (2 years ago)
Author:
mbonetti
Message:

Yay for gettext localization! This will probably break things big time.
Note that until intl/*.php isn't adapted the the new method, the trunk
won't be localized!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/search.php

    r1528 r1561  
    211211        if ($this->resultsPerPage != INFINE_RESULTS && $this->itemCount >  $this->resultsPerPage) { 
    212212            $nav .= "<div class=\"readmore\">"; 
    213             $nav .= LBL_SEARCH_RESULTS; 
     213            $nav .= __('Results: '); 
    214214 
    215215            // first page