Changeset 2307:ac079dfa1053 for admin/blogs.php
- Timestamp:
- 10/07/13 15:47:31 (12 years ago)
- Branch:
- default
- Children:
- 2308:928ea690d777, 2309:850b5f27bcad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blogs.php
r2189 r2307 148 148 149 149 if( $show_filters ) { 150 echo '<caption>'.sprintf(__(' List of %s blogs match the filter.'), $nb_blog).'</caption>';150 echo '<caption>'.sprintf(__('%d blog matches the filter.','%d blogs match the filter.', $nb_blog)).'</caption>'; 151 151 } else { 152 152 echo '<caption class="hidden">'.__('Blogs list').'</caption>';
Note: See TracChangeset
for help on using the changeset viewer.