mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Typo fix: Add missing spacing
This commit is contained in:
parent
2148fa9287
commit
7397b3c3a9
@ -104,7 +104,7 @@ class Dissolve(GeoAlgorithm):
|
||||
errors = tmpInGeom.validateGeometry()
|
||||
if len(errors) != 0:
|
||||
for error in errors:
|
||||
QgsMessageLog.logMessage(self.tr('ValidateGeometry()'
|
||||
QgsMessageLog.logMessage(self.tr('ValidateGeometry() '
|
||||
'error: One or more '
|
||||
'input features have '
|
||||
'invalid geometry: ') +
|
||||
@ -147,7 +147,7 @@ class Dissolve(GeoAlgorithm):
|
||||
if len(errors) != 0:
|
||||
for error in errors:
|
||||
QgsMessageLog.logMessage(self.tr('ValidateGeometry() '
|
||||
'error: One or more input'
|
||||
'error: One or more input '
|
||||
'features have invalid '
|
||||
'geometry: ') +
|
||||
error.what(), self.tr('Processing'), QgsMessageLog.CRITICAL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user