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") };