Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.8
-
Fix Version/s: 3.8
-
Component/s: Assignment, Language
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_38_STABLE
-
Fixed Branches:MOODLE_38_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-66552-master -
Pull Master Diff URL:
Description
As commented by David Mudrák (@mudrd8mz) in MDL-66147:
diff --git a/lang/en/moodle.php b/lang/en/moodle.php
|
|
+$string['relativedatestimediffformat'] = '%ad %hh %im';
|
May I suggest to improve this a little bit and
- Have the string defined in the langconfig.php component.
- Name it consistently with existing date time formatting strings these, for example something like strfrelativedatetimediff or so.
This would make the string easier to locate and translate or customise.
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-66147 As a teacher, I want to be able to create an assignment activity with a 'due date' relative to the student course start date, so that the student can complete the full course
-
- Closed
-