Skip to content

Commit

Permalink
selfVoicing -> voicing in many cases, see phetsims/tasks#1083
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Mar 24, 2021
1 parent 9239250 commit cee7d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/accessibility/speaker/VoicingQuickControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import BooleanRectangularStickyToggleButton from '../../../../sun/js/buttons/Boo
import RectangularPushButton from '../../../../sun/js/buttons/RectangularPushButton.js';
import ExpandCollapseButton from '../../../../sun/js/ExpandCollapseButton.js';
import Panel from '../../../../sun/js/Panel.js';
import selfVoicingIconImage from '../../../images/self-voicing-icon_png.js';
import voicingIconImage from '../../../images/self-voicing-icon_png.js';
import sceneryPhet from '../../sceneryPhet.js';
import levelSpeakerModel from './levelSpeakerModel.js';
import VoicingInputListener from './VoicingInputListener.js';
Expand Down Expand Up @@ -84,7 +84,7 @@ class VoicingQuickControl extends Node {
let preferencesDialog = null;

// a placeholder icon until we get a more thorough design
const iconImage = new Image( selfVoicingIconImage, {
const iconImage = new Image( voicingIconImage, {
scale: 0.18
} );

Expand Down

0 comments on commit cee7d54

Please sign in to comment.