Skip to content

Commit

Permalink
Code reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed May 4, 2020
1 parent 80bd950 commit 9139da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"InterpreterQuickPickList.enterPath.placeholder": "Enter path to a Python interpreter.",
"InterpreterQuickPickList.browsePath.label": "Find...",
"InterpreterQuickPickList.browsePath.detail": "Browse your file system to find a Python interpreter.",
"diagnostics.upgradeCodeRunner": "Please update Code Runner extension for it to be compatible with the Python extension.",
"diagnostics.upgradeCodeRunner": "Please update the Code Runner extension for it to be compatible with the Python extension.",
"Common.bannerLabelYes": "Yes",
"Common.bannerLabelNo": "No",
"Common.doNotShowAgain": "Do not show again",
Expand Down
2 changes: 1 addition & 1 deletion src/client/common/utils/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export namespace Diagnostics {
);
export const upgradeCodeRunner = localize(
'diagnostics.upgradeCodeRunner',
'Please update Code Runner extension for it to be compatible with the Python extension.'
'Please update the Code Runner extension for it to be compatible with the Python extension.'
);
export const removePythonPathSettingsJson = localize(
'diagnostics.removePythonPathSettingsJson',
Expand Down

0 comments on commit 9139da6

Please sign in to comment.