Small improvements in Configure Kotlin dialogs
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="true"/>
|
||||
<text value="&Make local copy of library (could be stored in VCS) "/>
|
||||
<text value="&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">
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="true"/>
|
||||
<text value="&Make local copy of library (could be stored in VCS) "/>
|
||||
<text value="&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">
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user