mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
Merge branch 'refs/heads/bhousel-bhousel-operations'
This commit is contained in:
Vendored
+4
-2
@@ -71,7 +71,8 @@
|
||||
"line": "Made a line circular.",
|
||||
"area": "Made an area circular."
|
||||
},
|
||||
"not_closed": "This can't be made circular because it's not a loop."
|
||||
"not_closed": "This can't be made circular because it's not a loop.",
|
||||
"too_large": "This can't be made circular because not enough of it is currently visible."
|
||||
},
|
||||
"orthogonalize": {
|
||||
"title": "Square",
|
||||
@@ -84,7 +85,8 @@
|
||||
"line": "Squared the corners of a line.",
|
||||
"area": "Squared the corners of an area."
|
||||
},
|
||||
"not_squarish": "This can't be made square because it is not squarish."
|
||||
"not_squarish": "This can't be made square because it is not squarish.",
|
||||
"too_large": "This can't be made square because not enough of it is currently visible."
|
||||
},
|
||||
"straighten": {
|
||||
"title": "Straighten",
|
||||
|
||||
Reference in New Issue
Block a user