Skip to content

Commit

Permalink
Update prompt msg Fixes #50738
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed May 30, 2018
1 parent 30bcdff commit 5fad13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/platform/node/minimalTranslations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
};

0 comments on commit 5fad13a

Please sign in to comment.