Changeset 1561 for trunk/gregarius/cls/taglist.php
- Timestamp:
- 09/09/06 14:52:23 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/taglist.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/taglist.php
r1181 r1561 67 67 function TagList() { 68 68 $this -> populate(); 69 $this -> columnTitle = LBL_TAG_TAGS;69 $this -> columnTitle = __('Tags'); 70 70 $GLOBALS['rss']-> feedList = $this; 71 71 } … … 84 84 85 85 function getStats() { 86 return sprintf( LBL_TAGCOUNT_PF, $this -> countTaggedItems, $this->tagCount);86 return sprintf(__('<strong>%d</strong> tagged items, in <strong>%d</strong> tags'), $this -> countTaggedItems, $this->tagCount); 87 87 } 88 88
