mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
translation string fixes
This commit is contained in:
parent
cae029d48e
commit
3a91d92d56
@ -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):
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user