From da4cb156a0d0fcf6831ee96e6870b0732dd2768c Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 5 Jan 2019 01:15:01 -0500 Subject: [PATCH] Fix missing parenthesis in error string 380 --- data/core.yaml | 2 +- dist/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 4e224cbfb..c67c8b09c 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -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. diff --git a/dist/locales/en.json b/dist/locales/en.json index 3fc87f37b..e0c901b26 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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",