Legend:
- Unmodified
- Added
- Removed
-
plugins/buildtools/class.dc.maintenance.buildtools.php
r1978 r2044 4 4 class dcMaintenanceBuildtools extends dcMaintenanceTask 5 5 { 6 protected $group = 'other'; 6 protected $tab = 'dev'; 7 protected $group = 'l10n'; 7 8 8 9 protected function init() … … 11 12 $this->success = __('fake l10n file generated.'); 12 13 $this->error = __('Failed to generate fake l10n file.'); 14 $this->description = __('Generate a php file that contents strings to translate that are not be done with core tools.'); 13 15 } 14 16
Note: See TracChangeset
for help on using the changeset viewer.