Skip to content

Commit 5fad13a

Browse files
committed
Update prompt msg Fixes microsoft#50738
1 parent 30bcdff commit 5fad13a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/platform/node/minimalTranslations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import { localize } from 'vs/nls';
99
// So that they are available for VS Code to use without downloading the entire language pack.
1010

1111
export const minimumTranslatedStrings = {
12-
showLanguagePackExtensions: localize('showLanguagePackExtensions', "The Marketplace has extensions that can localize VS Code in the {0} language"),
12+
showLanguagePackExtensions: localize('showLanguagePackExtensions', "VS Code is available in {0}. Search for language packs in the Marketplace to get started."),
1313
searchMarketplace: localize('searchMarketplace', "Search Marketplace"),
14-
installAndRestartMessage: localize('installAndRestartMessage', "Install language pack to localize VS Code in {0} language. Restart VS Code after installing for the language to take effect."),
14+
installAndRestartMessage: localize('installAndRestartMessage', "VS Code is available in {0}. Install the language pack to get started. A restart is required."),
1515
installAndRestart: localize('installAndRestart', "Install and Restart")
1616
};
1717

0 commit comments

Comments
 (0)