From 7cec6dec5850a73b919c105a05f4a52aaa8551ca Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 17 Jun 2016 09:02:43 +0200 Subject: [PATCH] :lipstick: --- src/vs/workbench/electron-browser/main.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/electron-browser/main.contribution.ts b/src/vs/workbench/electron-browser/main.contribution.ts index 0ffb3c42635..dfa74e52f95 100644 --- a/src/vs/workbench/electron-browser/main.contribution.ts +++ b/src/vs/workbench/electron-browser/main.contribution.ts @@ -80,7 +80,7 @@ configurationRegistry.registerConfiguration({ 'type': 'string', 'enum': ['none', 'default'], 'default': 'default', - 'description': nls.localize('updateChannel', "Configure the update channel to receive updates from. Requires a restart after change.") + 'description': nls.localize('updateChannel', "Configure whether you receive automatic updates from an update channel. Requires a restart after change.") } } }); \ No newline at end of file -- GitLab