mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[processing] replace QCoreApplication.translate() with tr() in
ParametersPanel class
This commit is contained in:
parent
b0cd3fb5f0
commit
0079034945
@ -91,7 +91,7 @@ class ParametersPanel(BASE, WIDGET):
|
||||
def formatParameterTooltip(self, parameter):
|
||||
return '<p><b>{}</b></p><p>{}</p>'.format(
|
||||
parameter.description(),
|
||||
QCoreApplication.translate('ParametersPanel', 'Python identifier: ‘{}’').format('<i>{}</i>'.format(parameter.name()))
|
||||
self.tr('Python identifier: ‘{}’').format('<i>{}</i>'.format(parameter.name()))
|
||||
)
|
||||
|
||||
def initWidgets(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user