From 1d295d6c97897b5aa9eef2f935502a11b5c4291d Mon Sep 17 00:00:00 2001 From: scyrma Date: Mon, 9 Jun 2008 08:44:02 +0000 Subject: [PATCH] MDL-14741 - adding lang strings --- lang/en_utf8/admin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 5a64dd5a1b..b433f38b1a 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -285,6 +285,7 @@ $string['debugnone'] = 'NONE: Do not show any errors or warnings'; $string['debugnormal'] = 'NORMAL: Show errors, warnings and notices'; $string['defaultallowedmodules'] = 'Default allowed modules'; $string['defaultcourseroleid'] = 'Default role for users in a course'; +$string['defaulthtmleditor'] = 'Default HTML editor'; $string['defaultrequestcategory'] = 'Default category for course requests'; $string['defaultsettinginfo'] = 'Default: $a'; $string['defaultuserroleid'] = 'Default role for all users'; @@ -390,6 +391,7 @@ $string['hidefromall'] = 'Hide from all users'; $string['hidefromnone'] = 'Hide from nobody'; $string['hidefromstudents'] = 'Hide from students'; $string['htmleditor'] = 'HTML editor'; +$string['htmleditorsettings'] = 'HTML editor settings'; $string['http'] = 'HTTP'; $string['httpsecurity'] = 'HTTP security'; $string['iconvrecommended'] = 'Installing the optional ICONV library is highly recommended in order to improve site performance, particularly if your site is supporting non-Latin languages.'; -- 2.39.5