From 2d18a81336441f6036089947cdf45dd1dcf72d50 Mon Sep 17 00:00:00 2001 From: zepumph Date: Fri, 8 Jul 2022 16:55:40 -0600 Subject: [PATCH] rename enhanced sound -> extra sound, https://github.com/phetsims/tambo/issues/165 --- js/phetmarks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/phetmarks.js b/js/phetmarks.js index ba9dd93..9eea2d4 100644 --- a/js/phetmarks.js +++ b/js/phetmarks.js @@ -51,7 +51,7 @@ { value: 'showCanvasNodeBounds', text: 'CanvasNode Bounds' }, { value: 'supportsInteractiveDescription', text: 'Supports Interactive Description', default: false, type: 'boolean' }, { value: 'supportsSound', text: 'Supports Sound', default: false, type: 'boolean' }, - { value: 'supportsEnhancedSound', text: 'Supports Enhanced Sound', default: false, type: 'boolean' }, + { value: 'supportsExtraSound', text: 'Supports Extra Sound', default: false, type: 'boolean' }, { value: 'supportsPanAndZoom', text: 'Supports Pan and Zoom', default: true, type: 'boolean' }, { value: 'supportsVoicing', text: 'Supports Voicing', default: false, type: 'boolean' }, { value: 'voicingInitiallyEnabled', text: 'Voicing on by default' },