From 5f1f6b28b7f8ecc1ebf814a28bf1e124bf8a19d5 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 13 Aug 2007 08:26:33 +0000 Subject: [PATCH] MDL-10490 Adding a couple of language strings --- lang/en_utf8/grades.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index 9c1b4d8678..7579391a0e 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -127,6 +127,8 @@ $string['excluded'] = 'Excluded'; $string['excludedhelp'] = 'If -excluded- is switched on, this grade will be excluded from any aggregation performed by any parent grade item or category.'; $string['expand'] = 'Expand Category'; $string['export'] = 'Export'; +$string['exportletters'] = 'Export letters'; +$string['exportlettershelp'] = 'For grade items that use grade letters instead of values, the letters will be exported instead of the actual values.'; $string['exportplugins'] = 'Export plugins'; $string['extracredit'] = 'Extra Credit'; $string['extracreditwarning'] = 'Note: Setting all items for a category to extra credit will effectively remove them from the grade calculation. Since there will be no point total'; -- 2.39.5