Skip to content

Commit ce206d3

Browse files
author
Michael Babker
committed
Standardize on a single space at end of sentence
1 parent 751ec5b commit ce206d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
; Note : All ini files need to be saved as UTF-8
55

66
COM_PATCHTESTER="Joomla! Patch Tester"
7-
COM_PATCHTESTER_API_LIMIT_ACTION="The GitHub API rate limit has been reached for this resource, could not connect to GitHub to perform the requested action. The rate limit will reset at %s"
8-
COM_PATCHTESTER_API_LIMIT_LIST="The GitHub API rate limit has been reached for this resource, could not connect to GitHub for updated data. The rate limit will reset at %s"
7+
COM_PATCHTESTER_API_LIMIT_ACTION="The GitHub API rate limit has been reached for this resource, could not connect to GitHub to perform the requested action. The rate limit will reset at %s"
8+
COM_PATCHTESTER_API_LIMIT_LIST="The GitHub API rate limit has been reached for this resource, could not connect to GitHub for updated data. The rate limit will reset at %s"
99
COM_PATCHTESTER_APPLIED="Applied"
1010
COM_PATCHTESTER_APPLIED_COMMIT_SHA="Applied Commit SHA: %s"
1111
COM_PATCHTESTER_APPLY_OK="Patch successfully applied"
@@ -16,7 +16,7 @@ COM_PATCHTESTER_CONFIGURATION="Joomla! Patch Tester Settings"
1616
COM_PATCHTESTER_CONFIRM_RESET="Resetting will attempt to revert all applied patches and removes all backed up files. This may result in a corrupted environment. Are you sure you want to continue?"
1717
COM_PATCHTESTER_CONFLICT_S="The patch could not be applied because it conflicts with a previously applied patch: %s"
1818
COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB="Could not connect to GitHub: %s"
19-
COM_PATCHTESTER_ERROR_APPLIED_PATCHES="Cannot fetch data from GitHub while there are applied patches. Please revert those patches before continuing."
19+
COM_PATCHTESTER_ERROR_APPLIED_PATCHES="Cannot fetch data from GitHub while there are applied patches. Please revert those patches before continuing."
2020
COM_PATCHTESTER_ERROR_CANNOT_COPY_FILE="Cannot copy source file %1$s to destination %2$s"
2121
COM_PATCHTESTER_ERROR_CANNOT_DELETE_FILE="Cannot delete file %s"
2222
COM_PATCHTESTER_ERROR_CANNOT_WRITE_FILE="Cannot write file %s"
@@ -26,15 +26,15 @@ COM_PATCHTESTER_ERROR_READING_DATABASE_TABLE="%1$s - Error retrieving table data
2626
COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Error truncating the pulls table: %s"
2727
COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="Error truncating the tests table: %s"
2828
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED="An error has occurred while fetching the data from GitHub."
29-
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="All data has been retrieved. Please close this modal window to refresh the page."
29+
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="All data has been retrieved. Please close this modal window to refresh the page."
3030
COM_PATCHTESTER_FETCH_INITIALIZING="Preparing to fetch GitHub data"
31-
COM_PATCHTESTER_FETCH_INITIALIZING_DESCRIPTION="Making sure all is well to fetch data. Sit tight."
31+
COM_PATCHTESTER_FETCH_INITIALIZING_DESCRIPTION="Making sure all is well to fetch data. Sit tight."
3232
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."
37-
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."
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."
37+
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"
4040
COM_PATCHTESTER_FIELD_GH_USER_DESC="Name of account on GitHub of which to authenticate to the API with"
@@ -53,7 +53,7 @@ COM_PATCHTESTER_JISSUE="J! Issue"
5353
COM_PATCHTESTER_JISSUES="Issue Tracker"
5454
COM_PATCHTESTER_PULL_ID="Pull ID"
5555
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."
56-
COM_PATCHTESTER_NO_FILES_TO_PATCH="There are no files to patch from this pull request. This may mean that the files in the pull request are not present in your installation."
56+
COM_PATCHTESTER_NO_FILES_TO_PATCH="There are no files to patch from this pull request. This may mean that the files in the pull request are not present in your installation."
5757
COM_PATCHTESTER_NO_ITEMS="No data has been retrieved from GitHub, please click the 'Fetch Data' button in the toolbar to retrieve the open pull requests."
5858
COM_PATCHTESTER_NOT_APPLIED="Not Applied"
5959
COM_PATCHTESTER_NOT_RTC="Not RTC"

0 commit comments

Comments
 (0)