diff --git a/news/2 Fixes/17019.md b/news/2 Fixes/17019.md new file mode 100644 index 000000000000..e3f980b8a244 --- /dev/null +++ b/news/2 Fixes/17019.md @@ -0,0 +1,2 @@ +Reword commands in Run/Debug button in editor title. +(thanks (Anna Arsentieva)[https://github.com/arsentieva]) \ No newline at end of file diff --git a/package.nls.json b/package.nls.json index 1a101b51c327..9d704b782046 100644 --- a/package.nls.json +++ b/package.nls.json @@ -2,8 +2,8 @@ "python.command.python.sortImports.title": "Sort Imports", "python.command.python.startREPL.title": "Start REPL", "python.command.python.createTerminal.title": "Create Terminal", - "python.command.python.execInTerminal.title": "Run Python File in Terminal", - "python.command.python.debugInTerminal.title": "Debug Python File in Terminal", + "python.command.python.execInTerminal.title": "Run Python File", + "python.command.python.debugInTerminal.title": "Debug Python File", "python.command.python.setInterpreter.title": "Select Interpreter", "python.command.python.switchOffInsidersChannel.title": "Switch to Default Channel", "python.command.python.switchToDailyChannel.title": "Switch to Insiders Daily Channel",