From c0aee598bdce762f1aea924c3fd7dc541d5bd457 Mon Sep 17 00:00:00 2001 From: Jesse Date: Tue, 10 Jan 2023 14:12:39 -0500 Subject: [PATCH] altKey -> altOrOption, see https://github.com/phetsims/scenery-phet/issues/793 --- js/quadrilateral/view/ShapeShortcutsHelpSection.ts | 4 ++-- quadrilateral-strings_en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/quadrilateral/view/ShapeShortcutsHelpSection.ts b/js/quadrilateral/view/ShapeShortcutsHelpSection.ts index 946a57fe..b6a1e4e9 100644 --- a/js/quadrilateral/view/ShapeShortcutsHelpSection.ts +++ b/js/quadrilateral/view/ShapeShortcutsHelpSection.ts @@ -35,7 +35,7 @@ class ShapeShortcutsHelpSection extends KeyboardHelpSection { lineWrap: QuadrilateralKeyboardHelpContent.LABEL_LINE_WRAP }, labelInnerContent: StringUtils.fillIn( checkShapeDescriptionString, { - altKey: TextKeyNode.getAltKeyString() + altOrOption: TextKeyNode.getAltKeyString() } ) } ); @@ -52,7 +52,7 @@ class ShapeShortcutsHelpSection extends KeyboardHelpSection { ), { labelInnerContent: StringUtils.fillIn( resetShapeDescriptionString, { - altKey: TextKeyNode.getAltKeyString() + altOrOption: TextKeyNode.getAltKeyString() } ) } ); diff --git a/quadrilateral-strings_en.json b/quadrilateral-strings_en.json index 94b06370..dd3e46d8 100644 --- a/quadrilateral-strings_en.json +++ b/quadrilateral-strings_en.json @@ -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."