mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02: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:
parent
d097ad564d
commit
1fe0ecabf1
3 changed files with 3 additions and 3 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue