mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Add quotes around "to" way to match other error messages
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Vendored
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user