Closed danmarsden closed 5 years ago
for example:
self::trans('pchkorg_module_use'),
should be replaced by: get_string('pchkorg_module_use', 'plagiarism_pchkorg');
All calls self::trans had beed removed.
self::trans
for example:
self::trans('pchkorg_module_use'),
should be replaced by: get_string('pchkorg_module_use', 'plagiarism_pchkorg');