Changeset 2145:cb12def74cbe for admin/posts.php
- Timestamp:
- 09/29/13 13:39:22 (12 years ago)
- Branch:
- default
- Children:
- 2151:e4a15d8624ea, 2152:e0cb51d6543f
- File:
-
- 1 edited
-
admin/posts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r2136 r2145 213 213 -------------------------------------------------------- */ 214 214 215 $form_filter_title = __(' Filter users listand display options');215 $form_filter_title = __('Show filters and display options'); 216 216 $starting_script = dcPage::jsLoad('js/_posts_list.js'); 217 217 $starting_script .= dcPage::jsLoad('js/filter-controls.js'); … … 221 221 dcPage::jsVar('dotclear.msg.show_filters', $show_filters ? 'true':'false')."\n". 222 222 dcPage::jsVar('dotclear.msg.filter_posts_list',$form_filter_title)."\n". 223 dcPage::jsVar('dotclear.msg.cancel_the_filter',__('Cancel the filter'))."\n".223 dcPage::jsVar('dotclear.msg.cancel_the_filter',__('Cancel filters and display options'))."\n". 224 224 "//]]>". 225 225 "</script>";
Note: See TracChangeset
for help on using the changeset viewer.
