MDL-27829 blocks: altered some strings so page type strings match the names of the course reports in the UI

This commit is contained in:
Andrew Davis (andyjdavis) 2011-07-01 10:01:38 +08:00
parent d097ad564d
commit 1fe0ecabf1
3 changed files with 3 additions and 3 deletions

View File

@ -27,5 +27,5 @@ $string['loglive'] = 'Live logs';
$string['log:view'] = 'View course logs';
$string['log:viewlive'] = 'View live logs';
$string['log:viewtoday'] = 'View today\'s logs';
$string['pluginpagetype'] = 'Log course report';
$string['pluginpagetype'] = 'Logs course report';
$string['pluginname'] = 'Logs';

View File

@ -24,5 +24,5 @@
*/
$string['outline:view'] = 'View course activity report';
$string['pluginpagetype'] = 'Course activity report';
$string['pluginpagetype'] = 'Activity course report';
$string['pluginname'] = 'Course activity';

View File

@ -24,5 +24,5 @@
*/
$string['pluginname'] = 'Activity completion';
$string['pluginpagetype'] = 'Progress course report';
$string['pluginpagetype'] = 'Activity completion report';
$string['progress:view'] = 'View activity completion reports';