Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/tasks/class.dc.maintenance.vacuum.php
r1925 r1984 18 18 protected function init() 19 19 { 20 $this->task = __(' Vacuumtables');20 $this->task = __('optimize tables'); 21 21 $this->success = __('Optimization successful.'); 22 $this->error = __('Failed to vacuumtables.');22 $this->error = __('Failed to optimize tables.'); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.