mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-82344 mod_lti: deprecated unused content select validation string
This commit is contained in:
parent
777d00ef37
commit
24f59be234
@ -15,3 +15,4 @@ tooltypedeleted,mod_lti
|
||||
tooltypenotdeleted,mod_lti
|
||||
tooltypeupdated,mod_lti
|
||||
forced_help,mod_lti
|
||||
selectcontentvalidationerror,mod_lti
|
||||
|
@ -477,7 +477,6 @@ $string['secure_launch_url_help'] = 'Similar to the tool URL, but used instead o
|
||||
|
||||
The tool URL may also be set to an https address to force launching through SSL, and this field may be left blank.';
|
||||
$string['selectcontent'] = 'Select content';
|
||||
$string['selectcontentvalidationerror'] = 'You need to select content for this activity.';
|
||||
$string['send'] = 'Send';
|
||||
$string['services'] = 'Services';
|
||||
$string['services_help'] = 'Select those services which you wish to offer to the tool provider. More than one service can be selected.';
|
||||
@ -624,3 +623,6 @@ $string['tooltypedeleted'] = 'Preconfigured tool deleted';
|
||||
$string['tooltypenotdeleted'] = 'Could not delete preconfigured tool';
|
||||
$string['tooltypeupdated'] = 'Preconfigured tool updated';
|
||||
$string['forced_help'] = 'This setting has been forced in a course or site level tool configuration. You may not change it from this interface.';
|
||||
|
||||
// Deprecated since Moodle 4.5.
|
||||
$string['selectcontentvalidationerror'] = 'You need to select content for this activity.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user