mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Fix square/straighten shortcut help
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Vendored
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user