Don't count vertices toward many deletions warnings

Lower threshold for triggering many deletions warnings
This commit is contained in:
Quincy Morgan
2019-02-05 09:12:43 -05:00
parent a23954d886
commit 0934db48dd
3 changed files with 42 additions and 14 deletions
+4 -1
View File
@@ -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."