From 5fad13aa4dbe47f551b9b039e9ae7cc0fa45b082 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Tue, 29 May 2018 19:35:24 -0700 Subject: [PATCH] Update prompt msg Fixes #50738 --- src/vs/platform/node/minimalTranslations.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/platform/node/minimalTranslations.ts b/src/vs/platform/node/minimalTranslations.ts index c697a5d0da7de..6371c95e62b18 100644 --- a/src/vs/platform/node/minimalTranslations.ts +++ b/src/vs/platform/node/minimalTranslations.ts @@ -9,9 +9,9 @@ import { localize } from 'vs/nls'; // So that they are available for VS Code to use without downloading the entire language pack. export const minimumTranslatedStrings = { - showLanguagePackExtensions: localize('showLanguagePackExtensions', "The Marketplace has extensions that can localize VS Code in the {0} language"), + showLanguagePackExtensions: localize('showLanguagePackExtensions', "VS Code is available in {0}. Search for language packs in the Marketplace to get started."), searchMarketplace: localize('searchMarketplace', "Search Marketplace"), - installAndRestartMessage: localize('installAndRestartMessage', "Install language pack to localize VS Code in {0} language. Restart VS Code after installing for the language to take effect."), + installAndRestartMessage: localize('installAndRestartMessage', "VS Code is available in {0}. Install the language pack to get started. A restart is required."), installAndRestart: localize('installAndRestart', "Install and Restart") };