diff --git a/news/2 Fixes/17019.md b/news/2 Fixes/17019.md index e3f980b8a244..2238fcd3a09a 100644 --- a/news/2 Fixes/17019.md +++ b/news/2 Fixes/17019.md @@ -1,2 +1 @@ -Reword commands in Run/Debug button in editor title. -(thanks (Anna Arsentieva)[https://github.com/arsentieva]) \ No newline at end of file +Renamed the commands in the Run/Debug button of the editor title. (thanks (AnalĂ­a Bannura)[https://github.com/analiabs] and (Anna Arsentieva)[https://github.com/arsentieva]) diff --git a/package.json b/package.json index 729914e97460..cf29fe52f41b 100644 --- a/package.json +++ b/package.json @@ -334,7 +334,7 @@ "category": "Python", "command": "python.execInTerminal-icon", "icon": "$(play)", - "title": "%python.command.python.execInTerminal.title%" + "title": "%python.command.python.execInTerminalIcon.title%" }, { "category": "Python", @@ -1774,7 +1774,7 @@ { "command": "python.execInTerminal-icon", "group": "navigation@0", - "title": "%python.command.python.execInTerminal.title%", + "title": "%python.command.python.execInTerminalIcon.title%", "when": "resourceLangId == python && !isInDiffEditor" }, { diff --git a/package.nls.json b/package.nls.json index 838f4296c8bb..011b86dd55ec 100644 --- a/package.nls.json +++ b/package.nls.json @@ -2,8 +2,9 @@ "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", + "python.command.python.execInTerminal.title": "Run Python File in Terminal", "python.command.python.debugInTerminal.title": "Debug Python File", + "python.command.python.execInTerminalIcon.title": "Run 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",