MDL-42338 lti_mod: convert hardcoded string.

This commit is contained in:
rwijaya
2013-10-24 10:34:20 +08:00
parent b6ced2f7e4
commit 4f718dc60c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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);
+1
View File
@@ -395,6 +395,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';