mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-10724 Finished help strings for scale and outcome edit forms
This commit is contained in:
parent
476501240b
commit
ca96d0c4ad
4 changed files with 11 additions and 2 deletions
|
@ -273,6 +273,7 @@ $string['outcomereport'] = 'Outcome report';
|
|||
$string['outcomesstandard'] = 'Standard outcomes';
|
||||
$string['outcomesstandardavailable'] = 'Available standard outcomes';
|
||||
$string['outcomestandard'] = 'Standard outcome';
|
||||
$string['outcomestandardhelp'] = 'A Standard outcome is available site-wide, for all courses.';
|
||||
$string['outcomes'] = 'Outcomes';
|
||||
$string['overridden'] = 'Overridden';
|
||||
$string['overriddenhelp'] = 'When on, the overridden flag prevents any future attempts to automatically adjust the value of the grade. This flag is often set internally by the gradebook, but can be switched on and off manually using this form element.';
|
||||
|
@ -309,7 +310,8 @@ $string['right'] = 'Right';
|
|||
$string['savechanges'] = 'Save Changes';
|
||||
$string['savepreferences'] = 'Save Preferences';
|
||||
$string['scaledpct'] = 'Scaled %%';
|
||||
$string['scaleidhelp'] = 'The scale upon which this grade item is based.';
|
||||
$string['scaleidhelp'] = 'The scale to which this $a is linked.';
|
||||
$string['scalestandardhelp'] = 'A standard scale is one that is available site-wide, for all courses.';
|
||||
$string['selectdestination'] = 'Select destination of $a';
|
||||
$string['septab'] = 'Tab';
|
||||
$string['sepcomma'] = 'Comma';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue