Skip to content

Commit

Permalink
fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
varmar05 committed May 30, 2019
1 parent c44b06e commit 26368c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiles_xyz/tiles_xyz_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def initAlgorithm(self, config=None):
maxValue=255,
defaultValue=0))
self.addParameter(QgsProcessingParameterNumber(self.QUALITY,
self.tr('Quality (applies to PNG only)'),
self.tr('Quality (applies to JPG only)'),
minValue=1,
maxValue=100,
defaultValue=75))
Expand Down

0 comments on commit 26368c1

Please sign in to comment.