From 079cf79a0a4f42742cffcd101e29fc0e087c6d54 Mon Sep 17 00:00:00 2001 From: photodude Date: Wed, 16 Dec 2015 19:44:13 -0700 Subject: [PATCH] Update tooltip for search filter Explain the use of "Prefix with ID" --- .../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 18430b5..b17f889 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 @@ -41,7 +41,7 @@ COM_PATCHTESTER_FIELD_REPO_DESC="Name of a repository on GitHub of which to moni COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="The file marked for deletion does not exist: %s" COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="The file marked for modification does not exist: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filter Applied Patches" -COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Filter the list by title or ID." +COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Search the list by title or Prefix with ID: to search by Pull ID." COM_PATCHTESTER_HEADING_FETCH_DATA="Fetching GitHub Data" COM_PATCHTESTER_PULL_ID="Pull ID" COM_PATCHTESTER_NO_CREDENTIALS="You have not entered your user credentials in the Options. This will limit you to only 60 requests to the GitHub API per hour. Adding your credentials will allow 5,000 requests per hour."