Skip to content

Commit 80864db

Browse files
author
Michael Babker
committed
Escaped quotes aren't pulled correctly from Crowdin (tries to convert to \"_QQ_"), so use single quotes
1 parent 571cc55 commit 80864db

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

administrator/components/com_patchtester/language/en-GB/en-GB.com_patchtester.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COM_PATCHTESTER_FETCH_PAGE_NUMBER="Processing page %s of GitHub data"
3333
COM_PATCHTESTER_FETCH_PROCESSING="Processing data from GitHub"
3434
COM_PATCHTESTER_FETCH_SUCCESSFUL="Successfully retrieved pull requests"
3535
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub Account Password"
36-
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password for the account entered in the \"GitHub Account\" field. Note that accounts using Two Factor Authentication will not work with this component."
36+
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password for the account entered in the 'GitHub Account' field. Note that accounts using Two Factor Authentication will not work with this component."
3737
COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Use this field to input a GitHub API Token in place of your username and password. Note that this is required if your account has Two Factor Authentication enabled."
3838
COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="GitHub Token"
3939
COM_PATCHTESTER_FIELD_GH_USER_LABEL="GitHub Account Username"
@@ -46,7 +46,7 @@ COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="The file marked for deletion does
4646
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="The file marked for modification does not exist: %s"
4747
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filter Applied Patches"
4848
COM_PATCHTESTER_FILTER_RTC_PATCHES="Filter RTC Patches"
49-
COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Search the list by title or prefix with \"id:\" to search by Pull ID."
49+
COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Search the list by title or prefix with 'id:' to search by Pull ID."
5050
COM_PATCHTESTER_GITHUB="GitHub"
5151
COM_PATCHTESTER_HEADING_FETCH_DATA="Fetching GitHub Data"
5252
COM_PATCHTESTER_JISSUE="J! Issue"

administrator/components/com_patchtester/language/en-GB/en-GB.com_patchtester.sys.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template over
88
COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s"
99
COM_PATCHTESTER_ERROR_INSTALL_JVERSION="The Joomla! Patch Tester requires version %s or newer of the CMS"
1010
COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing"
11-

0 commit comments

Comments
 (0)