From 14ce056088209425547e39bfd3c43e270685ccb7 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Thu, 12 Sep 2019 12:55:57 +0100 Subject: [PATCH] [4.0] Smart Search Analysis Smart Search has a submenu called statistics and a toolbar button calles statistics which are different things This PR changes the submenu to "Search Terms" and the page title to "Smart Search: Search Terms Analysis" (for consistency) --- administrator/language/en-GB/en-GB.com_finder.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/administrator/language/en-GB/en-GB.com_finder.ini b/administrator/language/en-GB/en-GB.com_finder.ini index 674242f3c9bfb..47ae6a270626b 100644 --- a/administrator/language/en-GB/en-GB.com_finder.ini +++ b/administrator/language/en-GB/en-GB.com_finder.ini @@ -142,7 +142,7 @@ COM_FINDER_INDEXER_MESSAGE_RUNNING="Your content is being indexed. Do not close COM_FINDER_ITEM_X_ONLY="%s Only" COM_FINDER_ITEMS="Content" COM_FINDER_LOGGING_DISABLED="Gathering of statistics is disabled. Enable it in the Options." -COM_FINDER_MANAGER_SEARCHES="Search Term Analysis" +COM_FINDER_MANAGER_SEARCHES="Smart Search: Search Term Analysis" COM_FINDER_MAPS="Maps" COM_FINDER_MAPS_CONFIRM_DELETE_PROMPT="Are you sure you want to delete the selected map(s)?" COM_FINDER_MAPS_COUNT_PUBLISHED_ITEMS="Published Indexed Content" @@ -188,5 +188,5 @@ COM_FINDER_STATISTICS_TITLE="Smart Search Statistics" COM_FINDER_SUBMENU_FILTERS="Search Filters" COM_FINDER_SUBMENU_INDEX="Indexed Content" COM_FINDER_SUBMENU_MAPS="Content Maps" -COM_FINDER_SUBMENU_SEARCHES="Statistics" +COM_FINDER_SUBMENU_SEARCHES="Search Terms" COM_FINDER_XML_DESCRIPTION="Smart Search."