Fix square/straighten shortcut help

This commit is contained in:
Quincy Morgan
2019-03-06 14:02:46 -05:00
parent a43173743b
commit e9628848c0
3 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -1660,7 +1660,8 @@ en:
reverse: "Reverse a line"
move: "Move selected features"
rotate: "Rotate selected features"
orthogonalize: "Straighten line / Square area corners"
orthogonalize: "Square corners of a line or area"
straighten: "Straighten a line"
circularize: "Circularize a closed line or area"
reflect_long: "Reflect features across the longer axis"
reflect_short: "Reflect features across the shorter axis"
+4
View File
@@ -257,6 +257,10 @@
"shortcuts": ["operations.orthogonalize.key"],
"text": "shortcuts.editing.operations.orthogonalize"
},
{
"shortcuts": ["operations.straighten.key"],
"text": "shortcuts.editing.operations.straighten"
},
{
"shortcuts": ["operations.circularize.key"],
"text": "shortcuts.editing.operations.circularize"
+2 -1
View File
@@ -2000,7 +2000,8 @@
"reverse": "Reverse a line",
"move": "Move selected features",
"rotate": "Rotate selected features",
"orthogonalize": "Straighten line / Square area corners",
"orthogonalize": "Square corners of a line or area",
"straighten": "Straighten a line",
"circularize": "Circularize a closed line or area",
"reflect_long": "Reflect features across the longer axis",
"reflect_short": "Reflect features across the shorter axis",