Skip to content

Commit 571cc55

Browse files
author
Michael Babker
committed
Merge pull request #146 from brianteeman/patch-2
en-GB fixes
2 parents 8254a4e + 4dbd4e2 commit 571cc55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password for the account entered in the
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"
40-
COM_PATCHTESTER_FIELD_GH_USER_DESC="Name of account on GitHub of which to authenticate to the API with"
40+
COM_PATCHTESTER_FIELD_GH_USER_DESC="Name of account on GitHub to use to authenticate to the API."
4141
COM_PATCHTESTER_FIELD_ORG_LABEL="GitHub Project Owner"
42-
COM_PATCHTESTER_FIELD_ORG_DESC="A username or organization on GitHub of which to monitor pull requests"
42+
COM_PATCHTESTER_FIELD_ORG_DESC="A username or organization on GitHub to monitor pull requests for."
4343
COM_PATCHTESTER_FIELD_REPO_LABEL="GitHub Project Repository"
44-
COM_PATCHTESTER_FIELD_REPO_DESC="Name of a repository on GitHub of which to monitor pull requests"
44+
COM_PATCHTESTER_FIELD_REPO_DESC="Name of a repository on GitHub to monitor pull requests for."
4545
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="The file marked for deletion does not exist: %s"
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"
@@ -63,7 +63,7 @@ COM_PATCHTESTER_REPO_IS_GONE="The patch could not be applied because the reposit
6363
COM_PATCHTESTER_REQUIREMENT_HTTPS="HTTPS wrappers must be enabled"
6464
COM_PATCHTESTER_REQUIREMENT_OPENSSL="The OpenSSL extension must be installed and enabled in your php.ini"
6565
COM_PATCHTESTER_REQUIREMENTS_HEADING="Requirements Not Met"
66-
COM_PATCHTESTER_REQUIREMENTS_NOT_MET="Your system does not meet the requirements to run the Patch Tester extension:"
66+
COM_PATCHTESTER_REQUIREMENTS_NOT_MET="Your system does not meet the requirements to run the Patch Tester component:"
6767
COM_PATCHTESTER_RESET_HAS_ERRORS="The reset process has completed however it encountered errors. Please remove any .txt files in the '%1$s' directory and truncate the '%2$s' database table."
6868
COM_PATCHTESTER_RESET_OK="The reset process has completed successfully."
6969
COM_PATCHTESTER_REVERT_OK="Patch successfully reverted"

0 commit comments

Comments
 (0)