From c260a378d6c9e921046aa5fdf5cdb7439b336405 Mon Sep 17 00:00:00 2001 From: Paula Camargo Date: Tue, 28 Sep 2021 16:00:22 -0700 Subject: [PATCH] Add lack elipsis to name --- package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nls.json b/package.nls.json index 6f9234bd8b79..1a101b51c327 100644 --- a/package.nls.json +++ b/package.nls.json @@ -19,7 +19,7 @@ "python.command.python.execSelectionInTerminal.title": "Run Selection/Line in Python Terminal", "python.command.python.execSelectionInDjangoShell.title": "Run Selection/Line in Django Shell", "python.command.python.goToPythonObject.title": "Go to Python Object", - "python.command.python.reportIssue.title": "Report Issue", + "python.command.python.reportIssue.title": "Report Issue...", "python.command.python.setLinter.title": "Select Linter", "python.command.python.enableLinting.title": "Enable/Disable Linting", "python.command.python.runLinting.title": "Run Linting",