Skip to content

Commit d239858

Browse files
authored
Update analyser_osmosis_relation_associatedStreet.py (#2517)
1 parent a7e64fe commit d239858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysers/analyser_osmosis_relation_associatedStreet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ class Analyser_Osmosis_Relation_AssociatedStreet(Analyser_Osmosis):
614614
def __init__(self, config, logger = None):
615615
Analyser_Osmosis.__init__(self, config, logger)
616616
self.classs[1] = self.def_class(item = 2060, level = 3, tags = ['addr', 'relation', 'fix:chair'],
617-
title = T_('addr:housenumber or addr:housename without addr:street, addr:district, addr:neighbourhood, addr:quarter, addr:suburb, addr:place or addr:hamlet must be in a associatedStreet relation'),
617+
title = T_('addr:housenumber or addr:housename without an addr:street, addr:district, addr:neighbourhood, addr:quarter, addr:suburb, addr:place or addr:hamlet tag, nor within an associatedStreet relation'),
618618
detail = T_(
619619
'''There is only a part of the required tag `addr:*=*`. They do not
620620
provide a consistent address.'''))

0 commit comments

Comments
 (0)