mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Fix a hard coded string
This commit is contained in:
parent
a59b393433
commit
b0c1b3ad03
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ $string['imagemissing'] = 'Image not available at line $a. The filename will be
|
||||||
$string['import'] = 'Import';
|
$string['import'] = 'Import';
|
||||||
$string['importcategory'] = 'import category';
|
$string['importcategory'] = 'import category';
|
||||||
$string['importerror'] = 'An error occurred during import processing';
|
$string['importerror'] = 'An error occurred during import processing';
|
||||||
|
$string['importerrorquestion'] = 'Error importing question';
|
||||||
$string['importfilearea'] = 'Import from file already in course files...';
|
$string['importfilearea'] = 'Import from file already in course files...';
|
||||||
$string['importfileupload'] = 'Import from file upload...';
|
$string['importfileupload'] = 'Import from file upload...';
|
||||||
$string['importfromthisfile'] = 'Import from this file';
|
$string['importfromthisfile'] = 'Import from this file';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue