From f11cbc620eb6c950f7ee13ac4bf4d0b1f476bae5 Mon Sep 17 00:00:00 2001 From: Thomas Hunziker Date: Thu, 9 Sep 2021 19:06:17 +0200 Subject: [PATCH 1/2] Properly escape \" --- .../com_patchtester/language/en-GB/com_patchtester.sys.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/language/en-GB/com_patchtester.sys.ini b/administrator/components/com_patchtester/language/en-GB/com_patchtester.sys.ini index 5f75221..c180b29 100644 --- a/administrator/components/com_patchtester/language/en-GB/com_patchtester.sys.ini +++ b/administrator/components/com_patchtester/language/en-GB/com_patchtester.sys.ini @@ -9,5 +9,5 @@ COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overri COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." COM_PATCHTESTER_INSTALL_INSTRUCTIONS="

Thank you for installing the Joomla! Patch Tester.

To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." -COM_PATCHTESTER_UPDATE_INSTRUCTIONS="

Thank you for updating the Joomla! Patch Tester.

Go to the Joomla! Patch Tester

" +COM_PATCHTESTER_UPDATE_INSTRUCTIONS="

Thank you for updating the Joomla! Patch Tester.

Go to the Joomla! Patch Tester

" COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" From b735a1a7bb3bd090c79c271f56764b383064a7a2 Mon Sep 17 00:00:00 2001 From: Thomas Hunziker Date: Thu, 9 Sep 2021 19:44:08 +0200 Subject: [PATCH 2/2] Second instance --- .../com_patchtester/language/en-GB/com_patchtester.sys.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/language/en-GB/com_patchtester.sys.ini b/administrator/components/com_patchtester/language/en-GB/com_patchtester.sys.ini index c180b29..6c8965d 100644 --- a/administrator/components/com_patchtester/language/en-GB/com_patchtester.sys.ini +++ b/administrator/components/com_patchtester/language/en-GB/com_patchtester.sys.ini @@ -8,6 +8,6 @@ COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template over COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." -COM_PATCHTESTER_INSTALL_INSTRUCTIONS="

Thank you for installing the Joomla! Patch Tester.

To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." +COM_PATCHTESTER_INSTALL_INSTRUCTIONS="

Thank you for installing the Joomla! Patch Tester.

To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." COM_PATCHTESTER_UPDATE_INSTRUCTIONS="

Thank you for updating the Joomla! Patch Tester.

Go to the Joomla! Patch Tester

" COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!"