From 4d8611652cb4b042627e027a6c8e8d5430939ad5 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Tue, 21 Jul 2015 12:33:30 +0100 Subject: [PATCH] Clarify error message Currently an error message will read like > Could not connect to GitHub with the following error: Operation timed out after 0 milliseconds with 0 out of 0 bytes received Which reads as if you were trying to connect with an error. This PR clarifies it so that the error message will read like > Could not connect to GitHub: Operation timed out after 0 milliseconds with 0 out of 0 bytes received --- .../com_patchtester/language/en-GB/en-GB.com_patchtester.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/language/en-GB/en-GB.com_patchtester.ini b/administrator/components/com_patchtester/language/en-GB/en-GB.com_patchtester.ini index 8b0a169..8bd46c5 100644 --- a/administrator/components/com_patchtester/language/en-GB/en-GB.com_patchtester.ini +++ b/administrator/components/com_patchtester/language/en-GB/en-GB.com_patchtester.ini @@ -13,7 +13,7 @@ COM_PATCHTESTER_COMPONENT_DESC="Joomla! Patch Tester Configuration Values" COM_PATCHTESTER_COMPONENT_LABEL="Joomla! Patch Tester" COM_PATCHTESTER_CONFIGURATION="Joomla! Patch Tester Settings" COM_PATCHTESTER_CONFLICT_S="The patch could not be applied because it conflicts with a previously applied patch: %s" -COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB="Could not connect to GitHub with the following error: %s" +COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB="Could not connect to GitHub: %s" COM_PATCHTESTER_ERROR_APPLIED_PATCHES="Cannot fetch data from GitHub while there are applied patches. Please revert those patches before continuing." COM_PATCHTESTER_ERROR_CANNOT_COPY_FILE="Cannot copy source file %1$s to destination %2$s" COM_PATCHTESTER_ERROR_CANNOT_DELETE_FILE="Cannot delete file %s"