From 472b50bc9d32d89404e67935dd94f393e4b70b71 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 30 Jun 2014 20:15:45 +0200 Subject: [PATCH] IDEA-126564 "No SDK Specified" message box text fixes --- .../platform-resources-en/src/messages/IdeBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-resources-en/src/messages/IdeBundle.properties b/platform/platform-resources-en/src/messages/IdeBundle.properties index 1d8ac1ae2a7a..9db26b467133 100644 --- a/platform/platform-resources-en/src/messages/IdeBundle.properties +++ b/platform/platform-resources-en/src/messages/IdeBundle.properties @@ -706,7 +706,7 @@ label.please.enter.project.name=Please enter a name to create a new {0} {1}. prompt.please.select.project.jdk=Please select project SDK.\nThis SDK will be used by default by all project modules. label.project.jdk=Project SDK: button.configure=&Configure... -prompt.confirm.project.no.jdk=Do you want to create a project with no SDK assigned?\nSDK is required for compiling, debugging and running applications\nas well as for standard SDK classes resolution. +prompt.confirm.project.no.jdk=Do you want to create a project with no SDK assigned?\nAn SDK is required for compiling, debugging and running applications\n, as well as for the standard SDK classes resolution. title.no.jdk.specified=No SDK Specified prompt.please.specify.module.name=Please specify module name prompt.please.specify.module.name.and.content.root=Please specify module name and module content root.\nA module content root is a directory where the files that belong to the module are stored.