From ba8b8054507ba020d63c640c895e175763c2cc4f Mon Sep 17 00:00:00 2001 From: Denis Ryabov Date: Wed, 1 Sep 2021 19:07:21 +0300 Subject: [PATCH] Fix issues in JEDChecker found by JEDChecker - Unescaped double quotation mark found - The key name was declared previously --- .../com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/administrator/components/com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini b/administrator/components/com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini index d8faf06..fe82f77 100644 --- a/administrator/components/com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini +++ b/administrator/components/com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini @@ -66,7 +66,7 @@ COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_NOT_REMOVED="PHP file for '%s' rule could not COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_REMOVED="Removed PHP file for '%s' rule." COM_JEDCHECKER_OLD_RULE_X_INI_FILE_REMOVED="Removed 'ini' file for '%s' rule." COM_JEDCHECKER_RULE_FRAMEWORK="Joomla Framework deprecated and unsafe" -COM_JEDCHECKER_RULE_FRAMEWORK_DESC="Warns about Find more info on Joomla! backward compatibility for Joomla! 3 and Joomla! 4" +COM_JEDCHECKER_RULE_FRAMEWORK_DESC="Warns about Find more info on Joomla! backward compatibility for Joomla! 3 and Joomla! 4" COM_JEDCHECKER_ERROR_FRAMEWORK_BOM_FOUND="The byte order mark (BOM) is detected. Please, save the file in the 'UTF-8 without BOM' format." COM_JEDCHECKER_ERROR_FRAMEWORK_SHORT_PHP_TAG="Short PHP tag found. As short tags can be disabled in PHP, it is recommended to only use the normal tags (<?php) to maximise compatibility." COM_JEDCHECKER_ERROR_FRAMEWORK_SUPERGLOBALS="Use of superglobals is strongly discouraged" @@ -144,6 +144,3 @@ COM_JEDCHECKER_LANG_VARIABLE_REF="A variable reference found in the translation COM_JEDCHECKER_LANG_INCORRECT_ARGNUM="Probably you use incorrect placeholder format (e.g. '%1s' instead of '%1$s'), see printf's argnum format specification for details" COM_JEDCHECKER_LANG_SPACES_AROUND="Spaces around the translation string are detected" COM_JEDCHECKER_LANG_UNKNOWN_KEY_IN_CODE="Unknown language key '%s' found in the code." -COM_JEDCHECKER_TOOLBAR_CHECK="Check" -COM_JEDCHECKER_TOOLBAR_CLEAR="Clear" -COM_JEDCHECKER_CLICK_TO_VIEW_DETAILS="Click to View Details"