Merge branch 'MDL-60760_master' of git://github.com/dmonllao/moodle
authorJake Dallimore <jake@moodle.com>
Fri, 10 Nov 2017 01:31:17 +0000 (09:31 +0800)
committerJake Dallimore <jake@moodle.com>
Fri, 10 Nov 2017 01:32:17 +0000 (09:32 +0800)
1  2 
admin/tool/analytics/lang/en/tool_analytics.php

@@@ -33,6 -33,7 +33,7 @@@ $string['clearpredictions'] = 'Clear pr
  $string['clearmodelpredictions'] = 'Are you sure you want to clear all "{$a}" predictions?';
  $string['clienablemodel'] = 'You can enable the model by selecting a time-splitting method by its ID. Note that you can also enable it later using the web interface (\'none\' to exit).';
  $string['clievaluationandpredictions'] = 'A scheduled task iterates through enabled models and gets predictions. Models evaluation via the web interface is disabled. You can allow these processes to be executed manually via the web interface by disabling the <a href="{$a}">\'onlycli\'</a> analytics setting.';
 -$string['clievaluationandpredictionsnoadmin'] = 'A scheduled task iterates through enabled models and gets predictions. Models evaluation via the web interface is disabled. Contact your site administrator if you are really interested in executing these processes via web interface.';
++$string['clievaluationandpredictionsnoadmin'] = 'A scheduled task iterates through enabled models and gets predictions. Models evaluation via the web interface is disabled. It may be enabled by a site administrator.';
  $string['editmodel'] = 'Edit "{$a}" model';
  $string['edittrainedwarning'] = 'This model has already been trained. Note that changing its indicators or its time-splitting method will delete its previous predictions and start generating new predictions.';
  $string['enabled'] = 'Enabled';