IDEA-92922 MAVEN_OPTS for Maven server should be configurable from IDEA instead of using system environment

Change label.
This commit is contained in:
Sergey Evdokimov
2012-12-17 15:47:42 +04:00
parent 8101e1cb69
commit 48ee480129
@@ -62,7 +62,7 @@ public class MavenImportingConfigurable implements SearchableConfigurable {
panel.add(useMaven3Panel);
JPanel embedderVMOptionPanel = new JPanel(new BorderLayout());
JLabel vmOptionLabel = new JLabel("VM options for maven import process");
JLabel vmOptionLabel = new JLabel("VM options for importer:");
embedderVMOptionPanel.add(vmOptionLabel, BorderLayout.WEST);
vmOptionLabel.setLabelFor(myEmbedderVMOptions);