Details
Description
Hunt down and convert all hardcoded English strings in the source to use lang pack, otherwise people can't translate them.
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-8151 | Typo in new string $string['auth_ldap_exprireattr_key'] = 'Expiration attribute'; |
|
|
|
This is one is a pretty critical breach of the coding guidelines, I'm running into heaps of them.
Basically the mnet strings need to be in the language pack mnet.php and you use either get_string() for normal usage or errorcode() when it's an error.