We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4d0a1 commit 7eb7e93Copy full SHA for 7eb7e93
python/plugins/processing/gui/ParametersPanel.py
@@ -91,7 +91,7 @@ def layerRegistryChanged(self, layers):
91
def formatParameterTooltip(self, parameter):
92
return '<p><b>{}</b></p><p>{}</p>'.format(
93
parameter.description(),
94
- self.tr('Python identifier: ‘{}’').format('<i>{}</i>'.format(parameter.name()))
+ QCoreApplication.translate('ParametersPanel', 'Python identifier: ‘{}’').format('<i>{}</i>'.format(parameter.name()))
95
)
96
97
def initWidgets(self):
0 commit comments