mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-42338' of git://github.com/rwijaya/moodle
This commit is contained in:
commit
3f9a9e86b3
@ -153,7 +153,7 @@ foreach ($submissions as $submission) {
|
||||
|
||||
$table = str_replace('<!--table body-->', $rows, $html);
|
||||
|
||||
$title = 'Submissions for ' . $lti->name;
|
||||
$title = get_string('submissionsfor', 'lti', $lti->name);
|
||||
|
||||
$PAGE->set_title(format_string($title , true));
|
||||
$PAGE->set_heading($course->fullname);
|
||||
|
@ -396,6 +396,7 @@ The only case in which this option should be selected is if the tool configurati
|
||||
For example, if all launches to the tool provider just take the user to a landing page instead of to a specific resource.';
|
||||
$string['size'] = 'Size parameters';
|
||||
$string['submission'] = 'Submission';
|
||||
$string['submissionsfor'] = 'Submissions for {$a}';
|
||||
$string['toggle_debug_data'] = 'Toggle Debug Data';
|
||||
$string['tool_config_not_found'] = 'Tool configuration not found for this URL.';
|
||||
$string['tool_settings'] = 'Tool Settings';
|
||||
|
Loading…
x
Reference in New Issue
Block a user