From 94dccf289b8c52ef68ebf085ffcb1b126caaf67a Mon Sep 17 00:00:00 2001 From: Elijah Madden Date: Mon, 7 May 2018 09:55:28 +0900 Subject: [PATCH] Keep the unused strings. --- administrator/language/en-GB/en-GB.plg_editors_codemirror.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/administrator/language/en-GB/en-GB.plg_editors_codemirror.ini b/administrator/language/en-GB/en-GB.plg_editors_codemirror.ini index abba0a4a904d9..fa71ce7874b0c 100644 --- a/administrator/language/en-GB/en-GB.plg_editors_codemirror.ini +++ b/administrator/language/en-GB/en-GB.plg_editors_codemirror.ini @@ -11,6 +11,9 @@ PLG_CODEMIRROR_FIELD_AUTOCLOSEBRACKET_DESC="Automatic bracket completion." PLG_CODEMIRROR_FIELD_AUTOCLOSEBRACKET_LABEL="Bracket Completion" PLG_CODEMIRROR_FIELD_AUTOCLOSETAGS_DESC="Automatic tag completion." PLG_CODEMIRROR_FIELD_AUTOCLOSETAGS_LABEL="Tag Completion" +; The following two strings are deprecated and will be removed in J4 +PLG_CODEMIRROR_FIELD_AUTOFOCUS_DESC="Auto focus." +PLG_CODEMIRROR_FIELD_AUTOFOCUS_LABEL="Auto Focus" PLG_CODEMIRROR_FIELD_CODEFOLDING_DESC="Allow blocks of code to be folded." PLG_CODEMIRROR_FIELD_CODEFOLDING_LABEL="Code Folding" PLG_CODEMIRROR_FIELD_FONT_FAMILY_DESC="The font to use in the editor. If not installed, will be loaded from https://www.google.com/fonts/."