1
0
mirror of https://github.com/moodle/moodle.git synced 2025-02-16 22:05:13 +01:00

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
course/report

@ -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';

@ -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';

@ -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';