From 2d0e39de9bb47b7e06713e33fba4e32baa6ac6b7 Mon Sep 17 00:00:00 2001 From: "Gregory.Shrago" Date: Tue, 22 Oct 2024 04:19:18 +0400 Subject: [PATCH] fix missing RunSphinxQuickStartAction text GitOrigin-RevId: f7652ac2dde099ac831ee52fa4b294824f3ad04e --- .../resources/messages/PythonRestBundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/python-restructuredtext/resources/messages/PythonRestBundle.properties b/python/python-restructuredtext/resources/messages/PythonRestBundle.properties index a822d344eb4b..ff850c177299 100644 --- a/python/python-restructuredtext/resources/messages/PythonRestBundle.properties +++ b/python/python-restructuredtext/resources/messages/PythonRestBundle.properties @@ -9,5 +9,5 @@ python.rest.sphinx.run.cfg.default.name=Sphinx Task in {0} python.rest.failed.to.generate.html=Failed to generate html. python.rest.error.output=Error output: -action.com.intellij.restructuredtext.python.sphinx.RunSphinxQuickStartAction.text=Sphinx Quickstart -action.com.intellij.restructuredtext.python.sphinx.RunSphinxQuickStartAction.description=Allows to run sphinx quick-start action \ No newline at end of file +action.com.intellij.restructuredtext.python.RunSphinxQuickStartAction.text=Sphinx Quickstart +action.com.intellij.restructuredtext.python.RunSphinxQuickStartAction.description=Allows to run sphinx quick-start action \ No newline at end of file