MDL-62354 notes: Reduce string to avoid js_call_amd() lenght limits
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 10 May 2018 21:30:22 +0000 (23:30 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 10 May 2018 21:30:22 +0000 (23:30 +0200)
That way we are under the max 1024 allowed and also, the help string
is shown properly in the modal (previously part of it was not visible
falling off-window).

lang/en/notes.php

index 72da57e..5186147 100644 (file)
@@ -66,7 +66,7 @@ $string['privacy:metadata:core_notes:lastmodified'] = 'The last modified date/ti
 $string['privacy:metadata:core_notes:publishstate'] = 'The publish state of the note.';
 $string['privacy:metadata:core_notes:userid'] = 'The Id of the user associated with the note.';
 $string['publishstate'] = 'Context';
-$string['publishstate_help'] = 'A note\'s context determines who can see the note in everyday use. Users should be aware that all notes, including personal ones, may be disclosed under the laws of their jurisdictions such as Data Protection law requests, Discovery Orders from courts or warrants.
+$string['publishstate_help'] = 'A note\'s context determines who can see the note in everyday use. Users should be aware that all notes, including personal ones, may be disclosed under the laws of their jurisdictions.
 
 * Personal - The note will be visible only to you
 * Course - The note will be visible to teachers in this course