Skip to content

Commit 1fd708b

Browse files
committed
Some more grammar improvements
1 parent 0e8e01c commit 1fd708b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.nls.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
"githubPullRequests.pullBranch.always": "Always pull a pull request branch when changes are detected in the pull request. When `\"git.autoStash\": true` this will instead `prompt` to prevent unexpected file changes.",
6969
"githubPullRequests.allowFetch.description": "Allows `git fetch` to be run for checked-out pull request branches when checking for updates to the pull request.",
7070
"githubPullRequests.ignoredPullRequestBranches.description": "Prevents branches that are associated with a pull request from being automatically detected. This will prevent review mode from being entered on these branches.",
71-
"githubPullRequests.ignoredPullRequestBranches.items": "Branch name.",
71+
"githubPullRequests.ignoredPullRequestBranches.items": "Branch name",
7272
"githubPullRequests.ignoreSubmodules.description": "Prevents repositories that are submodules from being managed by the GitHub Pull Requests extension. A window reload is required for changes to this setting to take effect.",
7373
"githubPullRequests.neverIgnoreDefaultBranch.description": "Never offer to ignore a pull request associated with the default branch of a repository.",
7474
"githubPullRequests.overrideDefaultBranch.description": "The default branch for a repository is set on github.com. With this setting, you can override that default with another branch.",
7575
"githubPullRequests.postCreate.description": "The action to take after creating a pull request.",
76-
"githubPullRequests.postCreate.none": "No action.",
76+
"githubPullRequests.postCreate.none": "No action",
7777
"githubPullRequests.postCreate.openOverview": "Open the overview page of the pull request.",
7878
"githubPullRequests.postCreate.checkoutDefaultBranch": "Checkout the default branch of the repository.",
7979
"githubPullRequests.postCreate.checkoutDefaultBranchAndShow": "Checkout the default branch of the repository and show the pull request in the Pull Requests view.",
@@ -85,7 +85,7 @@
8585
"githubPullRequests.defaultCommentType.single": "Submits the comment as a single comment that will be immediately visible to other users.",
8686
"githubPullRequests.defaultCommentType.review": "Submits the comment as a review comment that will be visible to other users once the review is submitted.",
8787
"githubPullRequests.setAutoMerge.description": "Checks the \"Auto-merge\" checkbox in the \"Create Pull Request\" view.",
88-
"githubPullRequests.pullPullRequestBranchBeforeCheckout.description": "Controls whether the pull request branch is pulled before checkout. Can also be set to additionally merge updates from the base branch.",
88+
"githubPullRequests.pullPullRequestBranchBeforeCheckout.description": "Controls whether the pull request branch is pulled before checkout. It can also be set to additionally merge updates from the base branch.",
8989
"githubPullRequests.pullPullRequestBranchBeforeCheckout.never": "Never pull the pull request branch before checkout.",
9090
"githubPullRequests.pullPullRequestBranchBeforeCheckout.pull": "Pull the pull request branch before checkout.",
9191
"githubPullRequests.pullPullRequestBranchBeforeCheckout.pullAndMergeBase": "Pull the pull request branch before checkout, fetch the base branch, and merge the base branch into the pull request branch.",
@@ -102,7 +102,7 @@
102102
"githubPullRequests.experimental.notificationsMarkPullRequests.description": "Adds an action in the Notifications view to mark pull requests with no non-empty reviews, comments, or commits since you last viewed the pull request as read.",
103103
"githubPullRequests.experimental.useQuickChat.description": "Controls whether the Copilot \"Summarize\" commands in the Pull Requests, Issues, and Notifications views will use quick chat. Only has an effect if `#githubPullRequests.experimental.chat#` is enabled.",
104104
"githubPullRequests.webviewRefreshInterval.description": "The interval, in seconds, at which the pull request and issues webviews are refreshed when the webview is the active tab.",
105-
"githubIssues.ignoreMilestones.description": "An array of milestones titles to never show issues from.",
105+
"githubIssues.ignoreMilestones.description": "An array of milestone titles to never show issues from.",
106106
"githubIssues.createIssueTriggers.description": "Strings that will cause the 'Create issue from comment' code action to show.",
107107
"githubIssues.createIssueTriggers.items": "String that enables the 'Create issue from comment' code action. Should not contain whitespace.",
108108
"githubPullRequests.codingAgent.codeLens.description": "Show the 'Delegate to agent' CodeLens actions above TODO comments for delegating to coding agent.",
@@ -162,7 +162,7 @@
162162
"githubPullRequests.focusedMode.false": "Do not change the layout.",
163163
"githubPullRequests.showPullRequestNumberInTree.description": "Shows the pull request number in the tree view.",
164164
"githubPullRequests.labelCreated.description": "Group of labels that you want to add to the pull request automatically. Labels that don't exist in the repository won't be added.",
165-
"githubPullRequests.labelCreated.label.description": "Each string element is value of label that you want to add.",
165+
"githubPullRequests.labelCreated.label.description": "Each string element is the value of label that you want to add.",
166166
"githubIssues.alwaysPromptForNewIssueRepo.description": "Enabling will always prompt which repository to create an issue in instead of basing off the current open file.",
167167
"view.github.pull.requests.name": "GitHub",
168168
"view.github.pull.request.name": "GitHub Pull Request",

0 commit comments

Comments
 (0)