提交 3767d790 编写于 作者: D Daniel Imms

Use US english

上级 334b6362
......@@ -32,19 +32,19 @@ export function registerConfiguration(): IDisposable {
properties: {
'configurationSync.enable': {
type: 'boolean',
description: localize('configurationSync.enable', "When enabled, synchronises configuration that includes Settings and Extensions."),
description: localize('configurationSync.enable', "When enabled, synchronizes configuration that includes Settings and Extensions."),
default: true,
scope: ConfigurationScope.APPLICATION
},
'configurationSync.enableSettings': {
type: 'boolean',
description: localize('configurationSync.enableSettings', "When enabled settings are synchronised while synchronizing configuration."),
description: localize('configurationSync.enableSettings', "When enabled settings are synchronized while synchronizing configuration."),
default: true,
scope: ConfigurationScope.APPLICATION,
},
'configurationSync.enableExtensions': {
type: 'boolean',
description: localize('configurationSync.enableExtensions', "When enabled extensions are synchronised while synchronizing configuration."),
description: localize('configurationSync.enableExtensions', "When enabled extensions are synchronized while synchronizing configuration."),
default: true,
scope: ConfigurationScope.APPLICATION,
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册