Changeset 2666:88000a305897 for inc
- Timestamp:
- 02/22/14 10:01:24 (12 years ago)
- Branch:
- default
- Location:
- inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.pager.php
r2566 r2666 381 381 echo '<p><strong>'.__('No comments or trackbacks matches the filter').'</strong></p>'; 382 382 } else { 383 echo '<p><strong>'.__('No comment ').'</strong></p>';383 echo '<p><strong>'.__('No comments').'</strong></p>'; 384 384 } 385 385 } -
inc/public/class.dc.template.php
r2665 r2666 1792 1792 $operation, 1793 1793 array( 1794 'none' => 'no comment ',1794 'none' => 'no comments', 1795 1795 'one' => 'one comment', 1796 1796 'more' => '%d comments'
Note: See TracChangeset
for help on using the changeset viewer.