From 9e69c374baf109e3b6a0cfe7d69cae6784335604 Mon Sep 17 00:00:00 2001 From: SharkyKZ Date: Sat, 14 Jul 2018 16:59:04 +0300 Subject: [PATCH] Deprecate sef_advanced strings --- administrator/language/en-GB/en-GB.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/administrator/language/en-GB/en-GB.ini b/administrator/language/en-GB/en-GB.ini index bd1b795573078..2942c6c28820d 100644 --- a/administrator/language/en-GB/en-GB.ini +++ b/administrator/language/en-GB/en-GB.ini @@ -518,6 +518,7 @@ JGLOBAL_SAVE_HISTORY_OPTIONS_DESC="Automatically save old versions of an item. I JGLOBAL_SAVE_HISTORY_OPTIONS_LABEL="Enable Versions" JGLOBAL_SECRETKEY="Secret Key" JGLOBAL_SECRETKEY_HELP="If you have enabled two factor authentication in your user account please enter your secret key. If you do not know what this means, you can leave this field blank." +; The following 4 strings are deprecated and will be removed with 4.0. JGLOBAL_SEF_ADVANCED_DESC="Modern routing enables advanced features but may change your URLs. Legacy routing ensures full compatibility for existing sites. This is configured per component." JGLOBAL_SEF_ADVANCED_LABEL="URL Routing" JGLOBAL_SEF_ADVANCED_LEGACY="Legacy"