mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 18:07:50 +02:00
Don't count vertices toward many deletions warnings
Lower threshold for triggering many deletions warnings
This commit is contained in:
+4
-1
@@ -1222,7 +1222,10 @@ en:
|
||||
message: '{feature} has the generic name "{name}".'
|
||||
tip: Names should be the official, on-the-ground titles of features.
|
||||
many_deletions:
|
||||
message: "Deleting {n} features: {p} nodes, {l} lines, {a} areas, and {r} relations."
|
||||
points-lines-areas:
|
||||
message: "Deleting {n} features: {p} points, {l} lines, and {a} areas."
|
||||
points-lines-areas-relations:
|
||||
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."
|
||||
|
||||
Reference in New Issue
Block a user