Small improvements in Configure Kotlin dialogs

This commit is contained in:
Natalia.Ukhorskaya
2013-09-17 18:05:43 +04:00
parent 1651dbe496
commit 8cc1617790
3 changed files with 3 additions and 3 deletions
@@ -27,7 +27,7 @@
</constraints>
<properties>
<selected value="true"/>
<text value="&amp;Make local copy of library (could be stored in VCS) "/>
<text value="&amp;Make a local copy of the library (could be stored in VCS) "/>
</properties>
</component>
<grid id="e47d8" binding="copyIntoPanelPlace" layout-manager="BorderLayout" hgap="0" vgap="0">
@@ -27,7 +27,7 @@
</constraints>
<properties>
<selected value="true"/>
<text value="&amp;Make local copy of library (could be stored in VCS) "/>
<text value="&amp;Make a local copy of the library (could be stored in VCS) "/>
</properties>
</component>
<grid id="11e35" binding="copyJsFilesPanelPlace" layout-manager="BorderLayout" hgap="0" vgap="0">
@@ -61,7 +61,7 @@ public abstract class CreateJavaScriptLibraryDialogBase extends DialogWrapper im
}
};
copyJsFilesPanel = new CopyIntoPanel(project, defaultPathToJsFile, "Script directory:");
copyJsFilesPanel = new CopyIntoPanel(project, defaultPathToJsFile, "&Script directory:");
copyJsFilesPanel.addValidityListener(validityListener);
copyJsFilesPanelPlace.add(copyJsFilesPanel.getContentPane(), BorderLayout.CENTER);