This commit is contained in:
Benjamin Pasero 2016-10-24 09:02:51 +02:00
parent b59428701f
commit 54c2b18e75

View file

@ -34,7 +34,7 @@ const entries = [
ids: ['editor.action.insertCursorAbove', 'editor.action.insertCursorBelow']
},
{
text: nls.localize('watermark.toggleTerminal', "Toggle Terminal"),
text: nls.localize({ key: 'watermark.toggleTerminal', comment: ['toggle is a verb here'] }, "Toggle Terminal"),
ids: ['workbench.action.terminal.toggleTerminal']
},
];