diff --git a/mod/lti/grade.php b/mod/lti/grade.php index 0fb22eb613467..9ec342f1a8b43 100644 --- a/mod/lti/grade.php +++ b/mod/lti/grade.php @@ -153,7 +153,7 @@ $table = str_replace('', $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); diff --git a/mod/lti/lang/en/lti.php b/mod/lti/lang/en/lti.php index 7f5f8a3451283..483292c867796 100644 --- a/mod/lti/lang/en/lti.php +++ b/mod/lti/lang/en/lti.php @@ -396,6 +396,7 @@ 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';