Skip to content

Commit 138af7d

Browse files
committed
Reorder resource bundle declaration for DomaToolsSettingBundle to ensure it is recognized as the default
1 parent 41fbb55 commit 138af7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
<resource-bundle>messages.DomaToolsBundle</resource-bundle>
1616
<resource-bundle>messages.LLMInstallerBundle</resource-bundle>
17-
<resource-bundle>messages.DomaToolsSettingBundle</resource-bundle>
17+
<!-- Write it last to make it recognized as the default resource bundle -->
18+
<resource-bundle>messages.DomaToolsSettingBundle</resource-bundle>
1819

1920
<projectListeners>
2021
<listener

0 commit comments

Comments
 (0)