mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
2615e429f4
The "Ok" (with lower-case "k") string was added in MDL-68409 to keep backwards compatibility with YUI alerts that had it hard-coded. But we should not need to explain to translators why we have two OK strings like this and why they use different wording. Additionally, there would be inconsistency in Behat tests and everywhere depending on which "OK" or "Ok" string is used for buttons. So instead, this patch changes the hard-coded 'Ok' string in the YUI and we should stick to "OK" from now on everywhere.