Skip to content

Commit 8449f03

Browse files
Kartik Rajkarthiknadig
Kartik Raj
andauthored
Update src/client/application/diagnostics/checks/pythonInterpreter.ts
Co-authored-by: Karthik Nadig <[email protected]>
1 parent 7f1eb4a commit 8449f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/application/diagnostics/checks/pythonInterpreter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const localize: nls.LocalizeFunc = nls.loadMessageBundle();
3232
const messages = {
3333
[DiagnosticCodes.NoPythonInterpretersDiagnostic]: localize(
3434
'DiagnosticCodes.NoPythonInterpretersDiagnostic',
35-
'No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging.',
35+
'No Python interpreter is selected. Please select a Python interpreter to enable features such as IntelliSense, linting, and debugging.',
3636
),
3737
[DiagnosticCodes.InvalidPythonInterpreterDiagnostic]: localize(
3838
'DiagnosticCodes.NoCurrentlySelectedPythonInterpreterDiagnostic',

0 commit comments

Comments
 (0)