mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix fix !"@$%
This commit is contained in:
parent
025a23451b
commit
c8876f2c23
@ -86,8 +86,7 @@ class ParametersPanel(BASE, WIDGET):
|
||||
def formatParameterTooltip(self, parameter):
|
||||
return '<p><b>{}</b></p><p>{}</p>'.format(
|
||||
parameter.description(),
|
||||
QCoreApplication.translate('ParametersPanel', 'Python identifier: ‘{}’')
|
||||
k.format('<i>{}</i>'.format(parameter.name()))
|
||||
QCoreApplication.translate('ParametersPanel', 'Python identifier: ‘{}’').format('<i>{}</i>'.format(parameter.name()))
|
||||
)
|
||||
|
||||
def initWidgets(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user