Changeset 2145:cb12def74cbe for admin/users.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/users.php
r2137 r2145 93 93 -------------------------------------------------------- */ 94 94 95 $form_filter_title = __(' Filter users listand display options');95 $form_filter_title = __('Show filters and display options'); 96 96 $starting_script = dcPage::jsLoad('js/_users.js'); 97 97 $starting_script .= dcPage::jsLoad('js/filter-controls.js'); … … 101 101 dcPage::jsVar('dotclear.msg.show_filters', $show_filters ? 'true':'false')."\n". 102 102 dcPage::jsVar('dotclear.msg.filter_posts_list',$form_filter_title)."\n". 103 dcPage::jsVar('dotclear.msg.cancel_the_filter',__('Cancel the filter'))."\n".103 dcPage::jsVar('dotclear.msg.cancel_the_filter',__('Cancel filters and display options'))."\n". 104 104 "//]]>". 105 105 "</script>";
Note: See TracChangeset
for help on using the changeset viewer.