mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Add different messages for no tags vs. no descriptive tags warnings
Add warning for relation without a "type" tag
This commit is contained in:
+6
-1
@@ -1228,7 +1228,12 @@ en:
|
||||
message: "Deleting {n} features: {p} points, {l} lines, {a} areas, and {r} relations."
|
||||
tip: Only redundant or nonexistent features should be deleted.
|
||||
missing_tag:
|
||||
message: "{feature} has no descriptive tags."
|
||||
any:
|
||||
message: "{feature} has no tags."
|
||||
descriptive:
|
||||
message: "{feature} has no descriptive tags."
|
||||
specific:
|
||||
message: '{feature} has no "{tag}" tag.'
|
||||
tip: Features must have tags that define what they are.
|
||||
old_multipolygon:
|
||||
message: "{multipolygon} has misplaced tags."
|
||||
|
||||
Reference in New Issue
Block a user