mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN MOV [thislanguage,core],[thislanguage,core_langconfig] AMOS END
This commit is contained in:
parent
a23f02ed50
commit
f62493d8a6
2 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,7 @@ die('Work in progress, to be replaced by the new language update interface...');
|
|||
|
||||
$strlang = get_string('langimport','admin');
|
||||
$strlanguage = get_string('language');
|
||||
$strthislanguage = get_string('thislanguage');
|
||||
$strthislanguage = get_string('thislanguage', 'langconfig');
|
||||
$title = $strlang;
|
||||
|
||||
//reset and diagnose lang cache permissions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue