resource-bundle fixes for some python actions (PY-41126)

GitOrigin-RevId: cca188efce86b6fe846825b88d259b9bb6227e82
This commit is contained in:
Aleksei Kniazev
2020-03-17 16:51:31 +03:00
committed by intellij-monorepo-bot
parent c914f82fc6
commit 00a3b19b73

View File

@@ -18,7 +18,7 @@
<completion.contributor language="ReST" implementationClass="com.jetbrains.rest.completion.SphinxDirectiveCompletionContributor"/>
</extensions>
<actions>
<actions resource-bundle="messages.RestBundle">
<action id="com.jetbrains.rest.sphinx.RunSphinxQuickStartAction"
class="com.jetbrains.rest.sphinx.RunSphinxQuickStartAction">
<add-to-group group-id="ToolsMenu" anchor="last"/>