From 367f43c6ee0e286d4c0adade801dc592c926cda0 Mon Sep 17 00:00:00 2001 From: Johnny Tsheke Date: Thu, 31 May 2018 00:56:49 -0400 Subject: [PATCH 2/2] MDL-62344 lang: update english string idnumbermod_help --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index e83cbf3cf5..b7d84b6efa 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1017,7 +1017,7 @@ $string['idnumbergroup_help'] = 'The ID number of a group is only used when matc $string['idnumbergrouping'] = 'Grouping ID number'; $string['idnumbergrouping_help'] = 'The ID number of a grouping is only used when matching the grouping against external systems and is not displayed anywhere on the site. If the grouping has an official code name it may be entered, otherwise the field can be left blank.'; $string['idnumbermod'] = 'ID number'; -$string['idnumbermod_help'] = 'Setting an ID number provides a way of identifying the activity for grade calculation purposes. If the activity is not included in any grade calculation then the ID number field may be left blank. +$string['idnumbermod_help'] = 'Setting an ID number provides a way of identifying the activity for grade calculation or custom report purposes. If the activity is not included in any grade calculation or custom report, then the ID number field may be left blank. The ID number can also be set in the gradebook, though it can only be edited on the activity settings page.'; $string['idnumbertaken'] = 'This ID number is already taken'; -- 2.15.1 (Apple Git-101)