Skip to content

Commit

Permalink
fix fix !"@$%
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 11, 2017
1 parent 025a234 commit c8876f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/gui/ParametersPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ def layerRegistryChanged(self, layers):
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):
Expand Down

2 comments on commit c8876f2

@nyalldawson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Freakin translations. Do we REALLY need them? ;)

@jef-n
Copy link
Member Author

@jef-n jef-n commented on c8876f2 Aug 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course not - only the others ;)

Please sign in to comment.