mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-08 04:11:23 +00:00
Fix missing parenthesis in error string 380
This commit is contained in:
@@ -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.
|
||||
|
||||
2
dist/locales/en.json
vendored
2
dist/locales/en.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user