Changeset 1984:0b0cb9cd7da7 for plugins/maintenance/inc/tasks/class.dc.maintenance.countcomments.php
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/tasks/class.dc.maintenance.countcomments.php
r1925 r1984 18 18 protected function init() 19 19 { 20 $this->task = __(' Reset comments and ping counters');20 $this->task = __('Count again comments and trackbacks'); 21 21 $this->success = __('Comments and trackback counted.'); 22 $this->error = __('Failed to reset comments and ping counters.');22 $this->error = __('Failed to count comments and trackbacks.'); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.