MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [thislanguage,core],[thislanguage,core_langconfig]
AMOS END
This commit is contained in:
Petr Skoda 2010-04-10 18:29:27 +00:00
parent a23f02ed50
commit f62493d8a6
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -1643,7 +1643,6 @@ $string['themes'] = 'Themes';
$string['themesaved'] = 'New theme saved';
$string['thereareno'] = 'There are no {$a} in this course';
$string['thiscategorycontains'] = 'This category contains';
$string['thislanguage'] = 'English';
$string['time'] = 'Time';
$string['timezone'] = 'Timezone';
$string['to'] = 'To';