Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clearer phrasing
  • Loading branch information
nyalldawson committed Feb 3, 2019
1 parent 4a44306 commit 2fc24ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/core/ProcessingConfig.py
Expand Up @@ -124,7 +124,7 @@ def initialize():
valuetype=Setting.FILE))

invalidFeaturesOptions = [ProcessingConfig.tr('Do not filter (better performance)'),
ProcessingConfig.tr('Ignore features with invalid geometries'),
ProcessingConfig.tr('Skip (ignore) features with invalid geometries'),
ProcessingConfig.tr('Stop algorithm execution when a geometry is invalid')]
ProcessingConfig.addSetting(Setting(
ProcessingConfig.tr('General'),
Expand Down

0 comments on commit 2fc24ae

Please sign in to comment.