mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-73188 usertours: Fix language string key typo
This commit is contained in:
parent
f067a420cf
commit
049c7f0822
@ -104,7 +104,7 @@ class editstep extends \moodleform {
|
||||
$mform->setDefault('contenttype', static::CONTENTTYPE_MANUAL);
|
||||
|
||||
// Language identifier.
|
||||
$mform->addElement('textarea', 'contentlangstring', get_string('moodle_language_identifider', 'tool_usertours'));
|
||||
$mform->addElement('textarea', 'contentlangstring', get_string('moodle_language_identifier', 'tool_usertours'));
|
||||
$mform->setType('contentlangstring', PARAM_TEXT);
|
||||
$mform->hideIf('contentlangstring', 'contenttype', 'eq', static::CONTENTTYPE_MANUAL);
|
||||
|
||||
|
@ -87,7 +87,7 @@ $string['importtour'] = 'Import tour';
|
||||
$string['invalid_lang_id'] = 'Invalid language identifier';
|
||||
$string['left'] = 'Left';
|
||||
$string['modifyshippedtourwarning'] = 'This is a user tour that has shipped with Moodle. Any modifications you make may be overridden during your next site upgrade.';
|
||||
$string['moodle_language_identifider'] = 'Moodle language identifier';
|
||||
$string['moodle_language_identifier'] = 'Moodle language identifier';
|
||||
$string['movestepdown'] = 'Move step down';
|
||||
$string['movestepup'] = 'Move step up';
|
||||
$string['movetourdown'] = 'Move tour down';
|
||||
|
Loading…
x
Reference in New Issue
Block a user