i18n, MoveKotlinTopLevelDeclarationsDialog: replace RefactoringBundle with KotlinBundle
This commit is contained in:
+12
-12
@@ -62,15 +62,15 @@
|
|||||||
<text resource-bundle="messages/KotlinBundle" key="label.text.to.file"/>
|
<text resource-bundle="messages/KotlinBundle" key="label.text.to.file"/>
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
<component id="4934c" class="javax.swing.JLabel">
|
<component id="4934c" class="javax.swing.JLabel">
|
||||||
<constraints>
|
<constraints>
|
||||||
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="0" indent="5" use-parent-layout="false"/>
|
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="0" indent="5" use-parent-layout="false"/>
|
||||||
</constraints>
|
</constraints>
|
||||||
<properties>
|
<properties>
|
||||||
<labelFor value="67853"/>
|
<labelFor value="67853"/>
|
||||||
<text resource-bundle="messages/KotlinBundle" key="label.text.file.name"/>
|
<text resource-bundle="messages/KotlinBundle" key="label.text.file.name"/>
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
<component id="67853" class="javax.swing.JTextField" binding="tfFileNameInPackage" default-binding="true">
|
<component id="67853" class="javax.swing.JTextField" binding="tfFileNameInPackage" default-binding="true">
|
||||||
<constraints>
|
<constraints>
|
||||||
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
|
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
|
||||||
@@ -120,7 +120,7 @@
|
|||||||
</constraints>
|
</constraints>
|
||||||
<properties>
|
<properties>
|
||||||
<selected value="true"/>
|
<selected value="true"/>
|
||||||
<text resource-bundle="messages/RefactoringBundle" key="search.in.comments.and.strings"/>
|
<text resource-bundle="messages/KotlinBundle" key="search.in.comments.and.strings"/>
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
<component id="a7936" class="com.intellij.ui.NonFocusableCheckBox" binding="cbSearchTextOccurrences">
|
<component id="a7936" class="com.intellij.ui.NonFocusableCheckBox" binding="cbSearchTextOccurrences">
|
||||||
@@ -129,7 +129,7 @@
|
|||||||
</constraints>
|
</constraints>
|
||||||
<properties>
|
<properties>
|
||||||
<selected value="true"/>
|
<selected value="true"/>
|
||||||
<text resource-bundle="messages/RefactoringBundle" key="search.for.text.occurrences"/>
|
<text resource-bundle="messages/KotlinBundle" key="search.for.text.occurrences"/>
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
<component id="cc60c" class="javax.swing.JCheckBox" binding="cbSearchReferences">
|
<component id="cc60c" class="javax.swing.JCheckBox" binding="cbSearchReferences">
|
||||||
@@ -156,7 +156,7 @@
|
|||||||
</constraints>
|
</constraints>
|
||||||
<properties>
|
<properties>
|
||||||
<selected value="true"/>
|
<selected value="true"/>
|
||||||
<text resource-bundle="messages/KotlinBundle" key="label.text.move.expect.actual.counterparts"/>
|
<text resource-bundle="messages/KotlinBundle" key="label.text.move.expect.actual.counterparts"/>
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
</children>
|
</children>
|
||||||
|
|||||||
Reference in New Issue
Block a user