-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.5.2, 2.6.3
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-41808-master -
In MDLSITE-2493, we patched up glossary filter to alert based on passed in yesLabel string to M.core.alert() however the issue still remains that M.core.alert does not strictly require the string to be passed in and defaults to a hardcoded 'Ok'.
This issue is about dealing with the hardcoded english defaults in our js yui core as well as pulling the glossary patch into core.
See lib/yui/src/notification/js/notification.js for other dialogs that we extend which contain hardcoded english strings as default ('Yes', 'No', 'Confirm', 'Are you sure?').
- has been marked as being related by
-
MDL-42711 Bootstrap base: import visual fixes from learnmoodle
- Closed
- will be (partly) resolved by
-
MDLSITE-2493 All strings in popup notifications are not translatable
- Closed