Show
Ignore:
Timestamp:
10/16/06 06:31:35 (2 years ago)
Author:
mdodoo
Message:

Sync with trunk up to (but not including changeset [1585]). I should *definitely* do this more often, because this was really annoying.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/multiuser/author.php

    r1464 r1604  
    3939} 
    4040 
    41 $t = ucfirst(LBL_ITEMS) . " " . LBL_BY . " " . $ra; 
     41$t = ucfirst(__('items')) . " " . __(' by ') . " " . $ra; 
    4242$GLOBALS['rss']->header = new Header($t); 
    4343$GLOBALS['rss']->feedList = new FeedList(false);