translation string fixes

This commit is contained in:
Juergen E. Fischer 2016-06-15 11:43:48 +02:00
parent cae029d48e
commit 3a91d92d56
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class laspublish(LAStoolsAlgorithm):
self.addParameter(ParameterString(laspublish.PORTAL_TITLE,
self.tr("portal title"), "My LiDAR Portal"))
self.addParameter(ParameterString(laspublish.PORTAL_DESCRIPTION,
self.tr("portal desciption")))
self.tr("portal description")))
self.addParametersAdditionalGUI()
def processAlgorithm(self, progress):

View File

@ -74,7 +74,7 @@ class laspublishPro(LAStoolsAlgorithm):
self.addParameter(ParameterString(laspublishPro.PORTAL_TITLE,
self.tr("portal title"), "My LiDAR Portal"))
self.addParameter(ParameterString(laspublishPro.PORTAL_DESCRIPTION,
self.tr("portal desciption")))
self.tr("portal description")))
self.addParametersAdditionalGUI()
def processAlgorithm(self, progress):