From 25c3df082b42002cc10c4568ec2e1b3aeff8645e Mon Sep 17 00:00:00 2001 From: Anton Bragin Date: Thu, 9 Feb 2023 10:18:29 +0100 Subject: [PATCH] DS-4401 Don't show description in PyExecuteCellAction gutter tooltip GitOrigin-RevId: 288a6fea03d7f85dd7a19917ebe71161ce2c4f87 --- python/pluginResources/messages/PyBundle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/pluginResources/messages/PyBundle.properties b/python/pluginResources/messages/PyBundle.properties index 942fe7ddd40c..4186388c6126 100644 --- a/python/pluginResources/messages/PyBundle.properties +++ b/python/pluginResources/messages/PyBundle.properties @@ -1133,9 +1133,10 @@ python.rename.processor.property=Do you want to rename the property ''{0}'' inst python.configuration.choose.target.to.run=Choose the target to run python.vagrant.refresh.skeletons=Launch vagrant and refresh skeletons python.concurrency.visualizer.scroll.end=Scroll to the End -python.execute.cell.in.console=Execute Cell in Console python.template.select.file.type=Select File Type +action.PyExecuteCellAction.text=Execute Cell in Console + INSP.settings.pep8.ignore.errors.label=Ignored errors: INSP.settings.bdd.behave.specific=Incorrect BDD Behave-specific definitions INSP.settings.bdd.step.definition.arguments=Incorrect arguments in step definition functions