File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/plugins/processing/algs/lidar/lastools Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def defineCharacteristics(self):
74
74
self .addParameter (ParameterString (laspublish .PORTAL_TITLE ,
75
75
self .tr ("portal title" ), "My LiDAR Portal" ))
76
76
self .addParameter (ParameterString (laspublish .PORTAL_DESCRIPTION ,
77
- self .tr ("portal desciption " )))
77
+ self .tr ("portal description " )))
78
78
self .addParametersAdditionalGUI ()
79
79
80
80
def processAlgorithm (self , progress ):
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def defineCharacteristics(self):
74
74
self .addParameter (ParameterString (laspublishPro .PORTAL_TITLE ,
75
75
self .tr ("portal title" ), "My LiDAR Portal" ))
76
76
self .addParameter (ParameterString (laspublishPro .PORTAL_DESCRIPTION ,
77
- self .tr ("portal desciption " )))
77
+ self .tr ("portal description " )))
78
78
self .addParametersAdditionalGUI ()
79
79
80
80
def processAlgorithm (self , progress ):
You can’t perform that action at this time.
0 commit comments