params['rev'] = $REV; } /** * Get label from plugin language file * * @return string */ public function getLabel() { $hlp = plugin_load('action', 'file2dw'); return $hlp->getLang('import_button'); } }