Skip to content

Commit

Permalink
altKey -> altOrOption, see phetsims/scenery-phet#793
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jan 10, 2023
1 parent 898a8fc commit c0aee59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/quadrilateral/view/ShapeShortcutsHelpSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ShapeShortcutsHelpSection extends KeyboardHelpSection {
lineWrap: QuadrilateralKeyboardHelpContent.LABEL_LINE_WRAP
},
labelInnerContent: StringUtils.fillIn( checkShapeDescriptionString, {
altKey: TextKeyNode.getAltKeyString()
altOrOption: TextKeyNode.getAltKeyString()
} )
}
);
Expand All @@ -52,7 +52,7 @@ class ShapeShortcutsHelpSection extends KeyboardHelpSection {
),
{
labelInnerContent: StringUtils.fillIn( resetShapeDescriptionString, {
altKey: TextKeyNode.getAltKeyString()
altOrOption: TextKeyNode.getAltKeyString()
} )
}
);
Expand Down
4 changes: 2 additions & 2 deletions quadrilateral-strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -938,10 +938,10 @@
},
"keyboardHelpDialog": {
"checkShapeDescriptionPattern": {
"value": "With Voicing enabled Check Current Shape with {{altKey}} plus C."
"value": "With Voicing enabled Check Current Shape with {{altOrOption}} plus C."
},
"resetShapeDescriptionPattern": {
"value": "Reset Shape with {{altKey}} plus Shift plus R."
"value": "Reset Shape with {{altOrOption}} plus Shift plus R."
},
"moveShapeDescription": {
"value": "Move a corner or side up, left, down, or right with Arrow keys or with letter keys W, A, S, or D."
Expand Down

0 comments on commit c0aee59

Please sign in to comment.