i18n, MoveKotlinTopLevelDeclarationsDialog: replace RefactoringBundle with KotlinBundle

This commit is contained in:
Dmitry Gridin
2020-04-24 17:07:26 +07:00
parent b07f89864e
commit 9bc51be287
@@ -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">