MDL-73188 usertours: Fix language string key typo

This commit is contained in:
Eloy Lafuente (stronk7) 2022-01-26 10:29:49 +01:00
parent f067a420cf
commit 049c7f0822
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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';