Skip to content

Commit 3a91d92

Browse files
committedJun 15, 2016
translation string fixes
1 parent cae029d commit 3a91d92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/plugins/processing/algs/lidar/lastools/laspublish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def defineCharacteristics(self):
7474
self.addParameter(ParameterString(laspublish.PORTAL_TITLE,
7575
self.tr("portal title"), "My LiDAR Portal"))
7676
self.addParameter(ParameterString(laspublish.PORTAL_DESCRIPTION,
77-
self.tr("portal desciption")))
77+
self.tr("portal description")))
7878
self.addParametersAdditionalGUI()
7979

8080
def processAlgorithm(self, progress):

‎python/plugins/processing/algs/lidar/lastools/laspublishPro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def defineCharacteristics(self):
7474
self.addParameter(ParameterString(laspublishPro.PORTAL_TITLE,
7575
self.tr("portal title"), "My LiDAR Portal"))
7676
self.addParameter(ParameterString(laspublishPro.PORTAL_DESCRIPTION,
77-
self.tr("portal desciption")))
77+
self.tr("portal description")))
7878
self.addParametersAdditionalGUI()
7979

8080
def processAlgorithm(self, progress):

0 commit comments

Comments
 (0)
Please sign in to comment.