Changeset 2145:cb12def74cbe for admin/blogs.php
- Timestamp:
- 09/29/13 13:39:22 (12 years ago)
- Branch:
- default
- Children:
- 2151:e4a15d8624ea, 2152:e0cb51d6543f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blogs.php
r2137 r2145 73 73 -------------------------------------------------------- */ 74 74 75 $form_filter_title = __(' Filter blogs listand display options');75 $form_filter_title = __('Show filters and display options'); 76 76 $starting_script = dcPage::jsLoad('js/filter-controls.js'); 77 77 $starting_script .= … … 80 80 dcPage::jsVar('dotclear.msg.show_filters', $show_filters ? 'true':'false')."\n". 81 81 dcPage::jsVar('dotclear.msg.filter_posts_list',$form_filter_title)."\n". 82 dcPage::jsVar('dotclear.msg.cancel_the_filter',__('Cancel the filter'))."\n".82 dcPage::jsVar('dotclear.msg.cancel_the_filter',__('Cancel filters and display options'))."\n". 83 83 "//]]>". 84 84 "</script>";
Note: See TracChangeset
for help on using the changeset viewer.