Skip to content

Commit 8aad787

Browse files
Copilotalexr00
andcommitted
Fix grammar and punctuation issues in package.nls.json
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 21c8cde commit 8aad787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"githubPullRequests.defaultCreateOption.createDraft": "The pull request will be created as a draft.",
1313
"githubPullRequests.defaultCreateOption.createAutoMerge": "The pull request will be created with auto-merge enabled. The merge method selected will be the default for the repo or the value of `githubPullRequests.defaultMergeMethod` if set.",
1414
"githubPullRequests.createDraft": "Whether the \"Draft\" checkbox will be checked by default when creating a pull request.",
15-
"githubPullRequests.logLevel.description": "Logging for GitHub Pull Request extension. The log is emitted to the output channel named as GitHub Pull Request.",
15+
"githubPullRequests.logLevel.description": "Logging for GitHub Pull Request extension. The log is emitted to the output channel named GitHub Pull Request.",
1616
"githubPullRequests.logLevel.markdownDeprecationMessage": {
1717
"message": "Log level is now controlled by the [Developer: Set Log Level...](command:workbench.action.setLogLevel) command. You can set the log level for the current session and also the default log level from there.",
1818
"comment": [
@@ -95,7 +95,7 @@
9595
"githubPullRequests.upstreamRemote.never": "An `upstream` remote will never be automatically added for forks",
9696
"githubPullRequests.createDefaultBaseBranch.description": "Controls what the base branch picker defaults to when creating a pull request",
9797
"githubPullRequests.createDefaultBaseBranch.repositoryDefault": "The default branch of the repository",
98-
"githubPullRequests.createDefaultBaseBranch.createdFromBranch": "The branch that the current branch was created from, if known",
98+
"githubPullRequests.createDefaultBaseBranch.createdFromBranch": "The branch that the current branch was created from, if known.",
9999
"githubPullRequests.createDefaultBaseBranch.auto": "When the current repository is a fork, this will work like \"repositoryDefault\". Otherwise, it will work like \"createdFromBranch\".",
100100
"githubPullRequests.experimental.chat.description": "Enables the `@githubpr` Copilot chat participant in the chat view. `@githubpr` can help search for issues and pull requests, suggest fixes for issues, and summarize issues, pull requests, and notifications.",
101101
"githubPullRequests.experimental.notificationsView.description": "Enables the notifications view, which shows a list of your GitHub notifications. When combined with `#githubPullRequests.experimental.chat#`, you can have Copilot sort and summarize your notifications. View will not show in a Codespace accessed from the browser.",

0 commit comments

Comments
 (0)