We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d7536 commit 1e50104Copy full SHA for 1e50104
ORStools/proc/export_proc.py
@@ -74,8 +74,8 @@ def __init__(self):
74
),
75
]
76
77
- self.setTooltTip(self.PARAMETERS[0], self.tr("Extent for which to export the graph."))
78
- self.setTooltTip(self.PARAMETERS[1], self.tr("Name of the exported point layer"))
+ self.setToolTip(self.PARAMETERS[0], self.tr("Extent for which to export the graph."))
+ self.setToolTip(self.PARAMETERS[1], self.tr("Name of the exported point layer"))
79
80
81
def processAlgorithm(
0 commit comments