From d1a0ae43c88f3f46cd23a514c8603862cb693fd5 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Fri, 25 Oct 2019 14:11:25 -0700 Subject: [PATCH] update the message (#8031) --- .../resource-deployment/src/ui/resourceTypePickerDialog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/resource-deployment/src/ui/resourceTypePickerDialog.ts b/extensions/resource-deployment/src/ui/resourceTypePickerDialog.ts index 7c64f78cc5..03d25fd086 100644 --- a/extensions/resource-deployment/src/ui/resourceTypePickerDialog.ts +++ b/extensions/resource-deployment/src/ui/resourceTypePickerDialog.ts @@ -243,7 +243,7 @@ export class ResourceTypePickerDialog extends DialogBase { this._installToolButton.hidden = !autoInstallRequired; this._dialogObject.okButton.enabled = messages.length === 0 && !autoInstallRequired; if (messages.length !== 0) { - messages.push(localize('deploymentDialog.VersionInformationDebugHint', "You will need to restart Azure Data Studio if the tools are installed after Azure Data Studio is launched to pick up the updated PATH environment variable. You may find additional details in the debug console.")); + messages.push(localize('deploymentDialog.VersionInformationDebugHint', "You will need to restart Azure Data Studio if the tools are installed by yourself after Azure Data Studio is launched to pick up the updated PATH environment variable. You may find additional details in the debug console by running the 'Toggle Developer Tools' command in the Azure Data Studio Command Palette.")); this._dialogObject.message = { level: azdata.window.MessageLevel.Error, text: localize('deploymentDialog.ToolCheckFailed', "Some required tools are not installed."),