提交 89d62fc5 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #25005 from dten/patch-1

OK capitalisation fix
...@@ -350,7 +350,7 @@ export class ExtensionManagementService implements IExtensionManagementService { ...@@ -350,7 +350,7 @@ export class ExtensionManagementService implements IExtensionManagementService {
const message = nls.localize('uninstallConfirmation', "Are you sure you want to uninstall '{0}'?", extension.manifest.displayName || extension.manifest.name); const message = nls.localize('uninstallConfirmation', "Are you sure you want to uninstall '{0}'?", extension.manifest.displayName || extension.manifest.name);
const options = [ const options = [
nls.localize('ok', "Ok"), nls.localize('ok', "OK"),
nls.localize('cancel', "Cancel") nls.localize('cancel', "Cancel")
]; ];
return this.choiceService.choose(Severity.Info, message, options, true) return this.choiceService.choose(Severity.Info, message, options, true)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册