-
Improvement
-
Resolution: Fixed
-
Minor
-
3.11, 4.0.6, 4.1.1, 4.2.2, 4.3
-
MOODLE_311_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
-
MOODLE_404_STABLE
-
MDL-71941-master -
In MDL-71118, some spots went forgotten, that still use 'grade' and not 'gradenoun'/'gradeverb', also do some components maintain their own 'grade' string which isn't consistent and could puzzle users if they override the string in one place but do not see it applied then everywhere.
This issue lifts those inconsistencies and gets rid of the forgotten occurencies.
In MDL-71118 new strings "gradenoun" and "gradeverb" were introduced. However, in lesson, quiz and grades there are generic "grade" strings that are used instead and can cause problems. For example in lesson report the "grade" string is used as a noun but in Catalan it's translated as a verb.
https://github.com/moodle/moodle/blob/master/lang/en/grades.php#L252
https://github.com/moodle/moodle/blob/master/mod/lesson/lang/en/lesson.php#L246
https://github.com/moodle/moodle/blob/master/mod/quiz/lang/en/quiz.php#L398
https://github.com/moodle/moodle/blob/master/mod/quiz/report/grading/lang/en/quiz_grading.php#L41
- has a non-specific relationship to
-
MDL-71118 Differentiate between grade as a noun and grade as a verb in the UI texts
- Closed
- will help resolve
-
MOBILE-3723 Differentiate between grade as a noun and grade as a verb in the UI texts
- Closed