mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-59665 analytics: Reuse existing lang string
This commit is contained in:
parent
d509f80c48
commit
805b667c3a
@ -84,7 +84,7 @@ if ($hassiteconfig) {
|
||||
$timesplittingoptions[$key] = $timesplitting->get_name();
|
||||
}
|
||||
$settings->add(new admin_setting_configmultiselect('analytics/timesplittings',
|
||||
new lang_string('enabledtimesplittings', 'analytics'), new lang_string('enabledtimesplittings_help', 'analytics'),
|
||||
new lang_string('enabledtimesplittings', 'analytics'), new lang_string('timesplittingmethod_help', 'analytics'),
|
||||
$timesplittingdefaults, $timesplittingoptions)
|
||||
);
|
||||
|
||||
|
@ -30,7 +30,6 @@ $string['analyticslogstore_help'] = 'The log store that will be used by the anal
|
||||
$string['analyticssettings'] = 'Analytics settings';
|
||||
$string['coursetoolong'] = 'The course is too long';
|
||||
$string['enabledtimesplittings'] = 'Time splitting methods';
|
||||
$string['enabledtimesplittings_help'] = 'The time splitting method divides the course duration in parts, the predictions engine will run at the end of these parts. It is recommended that you only enable the time splitting methods you could be interested on using; the evaluation process will iterate through all of them so the more time splitting methods to go through the slower the evaluation process will be.';
|
||||
$string['erroralreadypredict'] = '{$a} file has already been used to predict';
|
||||
$string['errorcannotreaddataset'] = 'Dataset file {$a} can not be read';
|
||||
$string['errorcannotwritedataset'] = 'Dataset file {$a} can not be written';
|
||||
|
Loading…
x
Reference in New Issue
Block a user