]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed intermixed quickgrading and quickfeedback help strings
authornicolasconnault <nicolasconnault>
Fri, 11 Jan 2008 10:03:32 +0000 (10:03 +0000)
committernicolasconnault <nicolasconnault>
Fri, 11 Jan 2008 10:03:32 +0000 (10:03 +0000)
lang/en_utf8/grades.php

index eed337290e8d46ec6837330de41d4c06713f48b9..bd7ef4a8d81b0d5a060e9d7d2a39d7f1253679a7 100644 (file)
@@ -85,8 +85,8 @@ $string['configgradepublishing'] = 'Enable publishing in exports and imports: Ex
 $string['confighiddenasdate'] = 'If user can not see hidden grades show date of submission instead of \'-\'.';
 $string['configmeanselection'] = 'Select which types of grades will be included in the column averages. Cells with no grade can be ignored, or counted as 0 (default setting).';
 $string['configprofilereport'] = 'Grade report used on user profile page.';
-$string['configquickfeedback'] = 'Quick Feedback adds a text input element in each grade cell on the grader report, allowing you to edit many grades at once. You can then click the Update button to perform all these changes at once, instead of one at a time.';
-$string['configquickgrading'] = 'Quick Grading adds a text input element in each grade cell on the grader report, allowing you to edit the feedback for many grades at once. You can then click the Update button to perform all these changes at once, instead of one at a time.';
+$string['configquickfeedback'] = 'Quick Grading adds a text input element in each grade cell on the grader report, allowing you to edit the feedback for many grades at once. You can then click the Update button to perform all these changes at once, instead of one at a time.';
+$string['configquickgrading'] = 'Quick Feedback adds a text input element in each grade cell on the grader report, allowing you to edit many grades at once. You can then click the Update button to perform all these changes at once, instead of one at a time.';
 $string['configrangesdecimalpoints'] = 'The number of decimal points to display for each range, above a column of grades. This can be overriden per grading item.';
 $string['configrangesdisplaytype'] = 'Specifies how to display the range for each column in the grader report. Default means to use the display type of each column.';
 $string['confighideforcedsettings'] = 'Do not show forced settings in grading UI.';