Language string issue

Re: Language string issue

by Paul Vaughan -
Number of replies: 0
Hi Mike. We're using en_uk, but thanks for your suggestion. In the 2 mins I've had to try this, the strings appear to be physically missing from the lang pack (I grep'd for one or two of them but turned up nothing). Example:

me@laptop:/$ grep -nr 'cronw' *
lib.php:185: $day = $wdays[$CFG->scheduler_cronwday];
lib.php:198: if($date['wday'] !== $CFG->scheduler_cronwday) {
settings.php:16:$settings->add(new admin_setting_configselect('scheduler_cronwday', get_string('cronwday', 'scheduler'),
settings.php:17: get_string('configcronwday', 'scheduler'), 0, $options));

...shows nothing from the lang/ folder even when cd'd.

Paul.