From: mudrd8mz Date: Wed, 3 Oct 2007 16:39:08 +0000 (+0000) Subject: MDL-11344 Reverting commit 1.145 and keeping deprecated $string['editlang'] for backw... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2dbc40f452a975e8c4daf59caed4a2da151894b4;p=moodle.git MDL-11344 Reverting commit 1.145 and keeping deprecated $string['editlang'] for backwards compatibility. --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index f2034b6533..5155c478aa 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -269,6 +269,7 @@ $string['download'] = 'Download'; $string['editennotallowed'] = 'Language en_utf8 cannot be edited with this page - switch to local'; $string['edithelpdocs'] = 'Edit help documents'; $string['editingnoncorelangfile'] = 'You are trying to modify translation of an add-on module/plugin. You can save translation of 3rd party modules in your _local folder only. You may want to move the file with translation into the module\'s lang directory and/or send it to the maintainer of the add-on module.'; +$string['editlang'] = 'Edit'; $string['editorbackgroundcolor'] = 'Background color'; $string['editordictionary'] = 'Editor dictionary'; $string['editorfontfamily'] = 'Font family';