Fixes #29059: Complete sentence

This commit is contained in:
Alex Dima 2017-06-20 09:08:06 +02:00
parent 875144b25b
commit 2e8c2c8ed6

View file

@ -210,7 +210,7 @@ let keybindingType: IJSONSchema = {
type: 'string'
},
key: {
description: nls.localize('vscode.extension.contributes.keybindings.key', 'Key or key sequence (separate keys with plus-sign and sequences with space, e.g Ctrl+O and Ctrl+L L for a chord'),
description: nls.localize('vscode.extension.contributes.keybindings.key', 'Key or key sequence (separate keys with plus-sign and sequences with space, e.g Ctrl+O and Ctrl+L L for a chord).'),
type: 'string'
},
mac: {