forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-45336 qtype_numerical: use own strings instead of mod_quiz
These strings have already been copied from mod_quiz to qtype_numerical but in the qtype_numerical plugin code the translations from mod_quiz were used. Even though the strings were already present we copy the translations. AMOS BEGIN CPY [invalidnumericanswer,mod_quiz],[invalidnumericanswer,qtype_numerical] CPY [multiplier,mod_quiz],[qtype_numerical] CPY [invalidnumerictolerance,mod_quiz],[qtype_numerical] AMOS END
- Loading branch information
1 parent
5a0221f
commit 8766d19
Showing
5 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
invalidnumericanswer,mod_quiz | ||
multiplier,mod_quiz | ||
invalidnumerictolerance,mod_quiz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters