From fb1dbc977907f4d0e99409beace4c9d9da98c270 Mon Sep 17 00:00:00 2001 From: Olivier Buisard Date: Mon, 16 Sep 2024 15:21:39 -0400 Subject: [PATCH 1/2] Better tour user state wording and explanation. --- administrator/language/en-GB/com_guidedtours.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/administrator/language/en-GB/com_guidedtours.ini b/administrator/language/en-GB/com_guidedtours.ini index 627baef477610..94b98fd3d5f21 100644 --- a/administrator/language/en-GB/com_guidedtours.ini +++ b/administrator/language/en-GB/com_guidedtours.ini @@ -94,7 +94,8 @@ COM_GUIDEDTOURS_TYPE_REDIRECT_URL_DESC="Enter the relative URL of the page you w COM_GUIDEDTOURS_TYPE_REDIRECT_URL_LABEL="Relative URL" COM_GUIDEDTOURS_URL_LABEL="Relative URL" COM_GUIDEDTOURS_URL_DESC="Enter the relative URL of the page from where you want to Start the tour, e.g administrator/index.php?option=com_guidedtours&view=tours for the tours' list page." -COM_GUIDEDTOURS_USERSTATE_CONNECTEDONLY="Tour User state action is only for connected users." -COM_GUIDEDTOURS_USERSTATE_STATENOTSAVED="Tour User state not saved for user %1$s tour %2$s." -COM_GUIDEDTOURS_USERSTATE_STATESAVED="Tour User state saved for user %1$s tour %2$s." +; 'Tour User states' are conditions in which a guided tour user leaves a tour, either by cancelling, completing or skipping a tour. +COM_GUIDEDTOURS_USERSTATE_CONNECTEDONLY="The recording of User states for a tour is only available to connected users." +COM_GUIDEDTOURS_USERSTATE_STATENOTSAVED="The User state was not saved for user %1$s tour %2$s." +COM_GUIDEDTOURS_USERSTATE_STATESAVED="The User state was saved for user %1$s tour %2$s." COM_GUIDEDTOURS_XML_DESCRIPTION="Component for managing Guided Tours functionality." From 3816b9212671cb545ce69f23e66ed95e217ece92 Mon Sep 17 00:00:00 2001 From: Olivier Buisard Date: Mon, 16 Sep 2024 17:19:52 -0400 Subject: [PATCH 2/2] Use logged-in rather than connected --- administrator/language/en-GB/com_guidedtours.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/language/en-GB/com_guidedtours.ini b/administrator/language/en-GB/com_guidedtours.ini index 94b98fd3d5f21..465e8c30a082e 100644 --- a/administrator/language/en-GB/com_guidedtours.ini +++ b/administrator/language/en-GB/com_guidedtours.ini @@ -95,7 +95,7 @@ COM_GUIDEDTOURS_TYPE_REDIRECT_URL_LABEL="Relative URL" COM_GUIDEDTOURS_URL_LABEL="Relative URL" COM_GUIDEDTOURS_URL_DESC="Enter the relative URL of the page from where you want to Start the tour, e.g administrator/index.php?option=com_guidedtours&view=tours for the tours' list page." ; 'Tour User states' are conditions in which a guided tour user leaves a tour, either by cancelling, completing or skipping a tour. -COM_GUIDEDTOURS_USERSTATE_CONNECTEDONLY="The recording of User states for a tour is only available to connected users." +COM_GUIDEDTOURS_USERSTATE_CONNECTEDONLY="The recording of User states for a tour is only available to logged-in users." COM_GUIDEDTOURS_USERSTATE_STATENOTSAVED="The User state was not saved for user %1$s tour %2$s." COM_GUIDEDTOURS_USERSTATE_STATESAVED="The User state was saved for user %1$s tour %2$s." COM_GUIDEDTOURS_XML_DESCRIPTION="Component for managing Guided Tours functionality."