Changeset 2376:b3e0a3d28da1 for inc/admin
- Timestamp:
- 10/15/13 15:57:49 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.favorites.php
r2302 r2376 491 491 { 492 492 $comment_count = $core->blog->getComments(array(),true)->f(0); 493 $str_comments = __('%d comment s', '%d comments',$comment_count);493 $str_comments = __('%d comment', '%d comments',$comment_count); 494 494 $v['title']= sprintf($str_comments,$comment_count); 495 495 }
Note: See TracChangeset
for help on using the changeset viewer.