Skip to content

Commit e2d7703

Browse files
Issue microsoft#17019: Reword commands in Run/Debug button in editor title (microsoft#17592)
* Reword commands in Run/Reword commands in Run/Debug button in editor title button in editor title * fixed verbage * update the wording in news file. * Update news/2 Fixes/17019.md Co-authored-by: Karthik Nadig <[email protected]> Co-authored-by: Karthik Nadig <[email protected]>
1 parent 4fb8c24 commit e2d7703

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

news/2 Fixes/17019.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Reword commands in Run/Debug button in editor title.
2+
(thanks (Anna Arsentieva)[https://github.com/arsentieva])

package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"python.command.python.sortImports.title": "Sort Imports",
33
"python.command.python.startREPL.title": "Start REPL",
44
"python.command.python.createTerminal.title": "Create Terminal",
5-
"python.command.python.execInTerminal.title": "Run Python File in Terminal",
6-
"python.command.python.debugInTerminal.title": "Debug Python File in Terminal",
5+
"python.command.python.execInTerminal.title": "Run Python File",
6+
"python.command.python.debugInTerminal.title": "Debug Python File",
77
"python.command.python.setInterpreter.title": "Select Interpreter",
88
"python.command.python.switchOffInsidersChannel.title": "Switch to Default Channel",
99
"python.command.python.switchToDailyChannel.title": "Switch to Insiders Daily Channel",

0 commit comments

Comments
 (0)