From 12fe7031bf72f68946c1c3d5e65f8ba365fb1d1b Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 22 Dec 2011 16:11:34 +0000 Subject: [PATCH] MDL-27200 missing {} in various lang strings. --- lang/en/grades.php | 2 +- question/type/calculated/lang/en/qtype_calculated.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/grades.php b/lang/en/grades.php index 94d132ccd5644..b1dc473213f78 100644 --- a/lang/en/grades.php +++ b/lang/en/grades.php @@ -235,7 +235,7 @@ $string['gradeexportdecimalpoints_desc'] = 'The number of decimal points to display for export. This can be overridden during export.'; $string['gradeexportdisplaytype'] = 'Grade export display type'; $string['gradeexportdisplaytype_desc'] = 'Grades can be shown as real grades, as percentages (in reference to the minimum and maximum grades) or as letters (A, B, C etc..) during export. This can be overridden during export.'; -$string['gradeforstudent'] = '{$a->student}
{$a->item}$a->feedback'; +$string['gradeforstudent'] = '{$a->student}
{$a->item}{$a->feedback}'; $string['gradehelp'] = 'Grade help'; $string['gradehistorylifetime'] = 'Grade history lifetime'; $string['gradehistorylifetime_help'] = 'This specifies the length of time you want to keep history of changes in grade related tables. It is recommended to keep it as long as possible. If you experience performance problems or have limited database space, try to set lower value.'; diff --git a/question/type/calculated/lang/en/qtype_calculated.php b/question/type/calculated/lang/en/qtype_calculated.php index 8ba55b304c9d9..60412c16e5d98 100644 --- a/question/type/calculated/lang/en/qtype_calculated.php +++ b/question/type/calculated/lang/en/qtype_calculated.php @@ -70,7 +70,7 @@ $string['functiontakestwoargs'] = 'The function {$a} must have exactly two arguments'; $string['generatevalue'] = 'Generate a new value between'; $string['getnextnow'] = 'Get new \'Item to Add\' now'; -$string['hexanotallowed'] = 'Dataset {$a->name} hexadecimal format value $a->value is not allowed'; +$string['hexanotallowed'] = 'Dataset {$a->name} hexadecimal format value {$a->value} is not allowed'; $string['illegalformulasyntax'] = 'Illegal formula syntax starting with \'{$a}\''; $string['incorrectfeedback'] = 'For any incorrect response'; $string['item(s)'] = 'item(s)';