Skip to content

Commit 07fba9b

Browse files
author
Vitaliy
authored
Merge pull request #315 from drpayyne/refactor/settings-form
Refactored settings form
2 parents a4cd6f8 + fcbdadd commit 07fba9b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/com/magento/idea/magento2plugin/project/SettingsForm.form

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<forms/>
3434
</constraints>
3535
<properties>
36-
<text value="Xml configuration"/>
36+
<text value="XML configuration:"/>
3737
</properties>
3838
</component>
3939
<component id="7bde6" class="javax.swing.JLabel">
@@ -42,7 +42,7 @@
4242
<forms/>
4343
</constraints>
4444
<properties>
45-
<text value="Module Default License Name"/>
45+
<text value="Default license name for new modules:"/>
4646
</properties>
4747
</component>
4848
<component id="87330" class="javax.swing.JTextField" binding="moduleDefaultLicenseName">
@@ -63,7 +63,7 @@
6363
<forms/>
6464
</constraints>
6565
<properties>
66-
<text value="Magento Installation Path"/>
66+
<text value="Magento installation path:"/>
6767
</properties>
6868
</component>
6969
<component id="99b4d" class="com.intellij.openapi.ui.TextFieldWithBrowseButton" binding="magentoPath">
@@ -80,7 +80,7 @@
8080
</constraints>
8181
<properties>
8282
<horizontalAlignment value="0"/>
83-
<text value="Regenerate urn map"/>
83+
<text value="Regenerate URN mappings:"/>
8484
</properties>
8585
</component>
8686
<component id="aad3b" class="javax.swing.JTextField" binding="magentoVersion">
@@ -98,7 +98,7 @@
9898
<forms/>
9999
</constraints>
100100
<properties>
101-
<text value="Magento Version"/>
101+
<text value="Magento version:"/>
102102
</properties>
103103
</component>
104104
</children>
@@ -109,7 +109,7 @@
109109
</constraints>
110110
<properties>
111111
<selected value="false"/>
112-
<text value="Enable Plugin for this Project"/>
112+
<text value="Enable Magento integration"/>
113113
</properties>
114114
</component>
115115
<component id="47a96" class="javax.swing.JButton" binding="buttonReindex">
@@ -131,7 +131,7 @@
131131
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
132132
</constraints>
133133
<properties>
134-
<text value="Enable MFTF Support"/>
134+
<text value="Enable MFTF support"/>
135135
</properties>
136136
</component>
137137
</children>

0 commit comments

Comments
 (0)