mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Change the label for "Reset Rotation"
Change the label for "Reset Rotation"
This commit is contained in:
parent
494740f819
commit
b61d978b0a
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,7 @@ const GROUPS = [
|
|||
type: "buttons",
|
||||
buttons: [ { id: "copyRotation", label: "Copy Rotation", className: "secondary", onClick: copyRotationProperty },
|
||||
{ id: "pasteRotation", label: "Paste Rotation", className: "secondary", onClick: pasteRotationProperty },
|
||||
{ id: "setRotationToZero", label: "Set Rotation to Zero", className: "secondary_red", onClick: setRotationToZeroProperty }],
|
||||
{ id: "setRotationToZero", label: "Reset Rotation", className: "secondary_red", onClick: setRotationToZeroProperty }],
|
||||
propertyID: "copyPasteRotation"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue