IDEADEV-40765: Please correct text in the New Project Wizard, technologies page

This commit is contained in:
nik
2009-10-09 11:14:32 +04:00
parent a4e4d301a1
commit 04e66b183f
@@ -140,7 +140,7 @@ public class AddSupportForFrameworksPanel {
showCard(node.getProvider().getId());
}
else {
myTickCheckboxLabel.setText("Tick checkbox to add support for '" + node.getTitle() + "'");
myTickCheckboxLabel.setText("Select check box to add '" + node.getTitle() + "' support");
showCard(UNCHECKED_CARD);
}
}