diff --git a/qgis-app/plugins/validator.py b/qgis-app/plugins/validator.py index 5462ea5f..0e7c0d31 100644 --- a/qgis-app/plugins/validator.py +++ b/qgis-app/plugins/validator.py @@ -90,7 +90,7 @@ def _check_required_metadata(metadata): if md not in dict(metadata) or not dict(metadata)[md]: raise ValidationError( _( - 'Cannot find metadata %s in metadata source %s.
For further informations about metadata, please see: metadata documentation' + 'Cannot find metadata %s in metadata source %s.
For further informations about metadata, please see: metadata documentation' ) % (md, dict(metadata).get("metadata_source")) )