PlagiarismCheck/moodle-plagiarism_pchkorg

invalid abstraction of get_string

danmarsden opened this issue · 1 comments

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.