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 1c05473 commit 5fffcad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/view/GravityForceLabAlertManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class GravityForceLabAlertManager extends ISLCAlertManager {

if ( ISLCQueryParameters.voicing === 'paradigm1' ) {
if ( cursorSpeakerModel.getInteractiveModeBrief() ) {
webSpeaker.speak( this.getSelfVoicingForceChangeFromMassWithPushAlert( objectEnum ) );
webSpeaker.speak( this.getVoicingForceChangeFromMassWithPushAlert( objectEnum ) );
}
}
else if ( ISLCQueryParameters.voicing === 'paradigm2' || ISLCQueryParameters.voicing === 'paradigm3' ) {
Expand Down Expand Up @@ -240,7 +240,7 @@ class GravityForceLabAlertManager extends ISLCAlertManager {
* @param {ISLCObjectEnum} objectEnum
* @returns {string}
*/
getSelfVoicingForceChangeFromMassWithPushAlert( objectEnum ) {
getVoicingForceChangeFromMassWithPushAlert( objectEnum ) {

const forceValuesShown = this.model.showForceValuesProperty.get();
const valueString = this.forceDescriber.getFormattedForce();
Expand Down

0 comments on commit 5fffcad

Please sign in to comment.