Skip to content

Commit 1e50104

Browse files
committed
fix: correct method name
1 parent a6d7536 commit 1e50104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ORStools/proc/export_proc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def __init__(self):
7474
),
7575
]
7676

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"))
77+
self.setToolTip(self.PARAMETERS[0], self.tr("Extent for which to export the graph."))
78+
self.setToolTip(self.PARAMETERS[1], self.tr("Name of the exported point layer"))
7979

8080

8181
def processAlgorithm(

0 commit comments

Comments
 (0)