Merge branch 'refs/heads/bhousel-bhousel-operations'

This commit is contained in:
John Firebaugh
2014-03-28 10:26:14 -07:00
6 changed files with 38 additions and 4 deletions
+4 -2
View File
@@ -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",