Skip to content

Commit 7397b3c

Browse files
authoredMay 31, 2017
Typo fix: Add missing spacing
1 parent 2148fa9 commit 7397b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/processing/algs/qgis/Dissolve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def processAlgorithm(self, context, feedback):
104104
errors = tmpInGeom.validateGeometry()
105105
if len(errors) != 0:
106106
for error in errors:
107-
QgsMessageLog.logMessage(self.tr('ValidateGeometry()'
107+
QgsMessageLog.logMessage(self.tr('ValidateGeometry() '
108108
'error: One or more '
109109
'input features have '
110110
'invalid geometry: ') +
@@ -147,7 +147,7 @@ def processAlgorithm(self, context, feedback):
147147
if len(errors) != 0:
148148
for error in errors:
149149
QgsMessageLog.logMessage(self.tr('ValidateGeometry() '
150-
'error: One or more input'
150+
'error: One or more input '
151151
'features have invalid '
152152
'geometry: ') +
153153
error.what(), self.tr('Processing'), QgsMessageLog.CRITICAL)

0 commit comments

Comments
 (0)
Please sign in to comment.