Add quotes around "to" way to match other error messages

This commit is contained in:
Bryan Housel
2019-01-18 18:23:08 -05:00
parent 087c38e8fd
commit 7e69ab508f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -847,7 +847,7 @@ en:
title: 'Unusual restriction angle'
description: '{var1} has a restriction type "{var2}" but the angle is {var3} degrees. Maybe the restriction type is not appropriate?'
297:
title: 'Wrong direction of to member'
title: 'Wrong direction of "to" way'
description: '{var1} does not match the direction of "to" way {var2}.'
298:
title: 'Redundant restriction - oneway'
+1 -1
View File
@@ -1036,7 +1036,7 @@
"description": "{var1} has a restriction type \"{var2}\" but the angle is {var3} degrees. Maybe the restriction type is not appropriate?"
},
"297": {
"title": "Wrong direction of to member",
"title": "Wrong direction of \"to\" way",
"description": "{var1} does not match the direction of \"to\" way {var2}."
},
"298": {