label corrected

This commit is contained in:
Dmitry Avdeev
2014-10-03 18:45:42 +04:00
parent 96b82609cf
commit ae8a0036dc
@@ -84,8 +84,8 @@ public class VcsProjectSetProcessor extends ProjectSetProcessor {
}
if (ApplicationManager.getApplication().isUnitTestMode()) return true;
context.directoryName = Messages.showInputDialog((Project)null,
"Enter directory name for created project.<br>Leave blank to checkout directly into " +
context.directory.getName(),
"Enter directory name for created project. Leave blank to checkout directly into \"" +
context.directory.getName() + "\".",
"Project Directory Name", null, context.directoryName, null);
return context.directoryName != null;
}