-
Bug
-
Resolution: Fixed
-
Minor
-
2.2.3
-
MOODLE_22_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
The language strings
[invalidcourseid,core_error]
You are trying to use an invalid course ID: ({$a})
contains a placeholder. In the Moodle interface, when entering an invalid course ID, the placeholder is not filled in. It just shows ({$a})
Steps to reproduce: enter an invalid course number in the URL moodle/course/view.php?id=427 and you'll see the string appear.
Suggested fix: alter the English string: it's clear which is the invalid course ID and I think the information is useless.