diff --git a/administrator/language/en-GB/en-GB.plg_system_redirect.ini b/administrator/language/en-GB/en-GB.plg_system_redirect.ini index eff7ac78d129a..b7244d88f69a2 100644 --- a/administrator/language/en-GB/en-GB.plg_system_redirect.ini +++ b/administrator/language/en-GB/en-GB.plg_system_redirect.ini @@ -5,6 +5,8 @@ PLG_SYSTEM_REDIRECT="System - Redirect" PLG_SYSTEM_REDIRECT_ERROR_UPDATING_DATABASE="An error occurred while updating the database." +PLG_SYSTEM_REDIRECT_FIELD_ALWAYS_COUNT_DESC="By default we only count 404 hits, enabling this will count hits on the 404 regardless of the url state." +PLG_SYSTEM_REDIRECT_FIELD_ALWAYS_COUNT_LABEL="Count All Hits" PLG_SYSTEM_REDIRECT_FIELD_COLLECT_URLS_DESC="This option controls the collection of URLs. This is useful to avoid unnecessary load on the database." PLG_SYSTEM_REDIRECT_FIELD_COLLECT_URLS_LABEL="Collect URLs" PLG_SYSTEM_REDIRECT_FIELD_EXCLUDE_URLS_DESC="Define regular expressions or terms which should be excluded in saving." @@ -16,5 +18,4 @@ PLG_SYSTEM_REDIRECT_FIELD_EXCLUDE_URLS_TERM_LABEL="Term" PLG_SYSTEM_REDIRECT_FIELD_STORE_FULL_URL_DESC="Save the expired URL as absolute (include domain) or relative (exclude domain)." PLG_SYSTEM_REDIRECT_FIELD_STORE_FULL_URL_LABEL="Include Domain Name in Expired URL" PLG_SYSTEM_REDIRECT_XML_DESCRIPTION="The system redirect plugin enables the Joomla Redirect system to catch missing pages and redirect users." -PLG_SYSTEM_REDIRECT_FIELD_ALWAYS_COUNT_LABEL="Always count hits?" -PLG_SYSTEM_REDIRECT_ALWAYS_COUNT_DESC="By default we only count 404 hits, enabling this will count hits on the 404 regardless of the url state." +PLG_SYSTEM_REDIRECT_FIELD_ALWAYS_COUNT_LABEL="Count All Hits"