Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Labels:None
-
Difficulty:Easy
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
Remove "..." and ":" from source code, move to localization strings
Add RTL-specific CSS to rtl.css
Change all currently concatenated lang strings to use $a.
- change $string['questionsperpageselected'], $string['shufflequestionsselected'] to use $a for quiz settings
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-12192 | Move colon signs form source code into language packs |
|
|
|
Don't know how to fix this:
print_heading($pagetitle.": ".$quizname, 'left', 2);
See MDL-12192