Fix missing parenthesis in error string 380

This commit is contained in:
Bryan Housel
2019-01-05 01:15:01 -05:00
parent 7986fcbfbf
commit da4cb156a0
2 changed files with 2 additions and 2 deletions

View File

@@ -854,7 +854,7 @@ en:
including_the_name: "(including the name {name})"
380:
title: 'Non-physical use of sport tag'
description: 'This way is tagged "{var1}" but has no physical tag (e.g. "leisure", "building", "amenity", or "highway".'
description: 'This way is tagged "{var1}" but has no physical tag (e.g. "leisure", "building", "amenity", or "highway").'
390:
title: 'Missing tracktype'
description: This track doesn't have a "tracktype" tag.

View File

@@ -1053,7 +1053,7 @@
},
"380": {
"title": "Non-physical use of sport tag",
"description": "This way is tagged \"{var1}\" but has no physical tag (e.g. \"leisure\", \"building\", \"amenity\", or \"highway\"."
"description": "This way is tagged \"{var1}\" but has no physical tag (e.g. \"leisure\", \"building\", \"amenity\", or \"highway\")."
},
"390": {
"title": "Missing tracktype",