Skip to content

Commit

Permalink
remove trailing/leading whitespace in a11y strings, phetsims/friction…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 7, 2019
1 parent 4999161 commit f06491c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/ISLCA11yStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ define( require => {

// closer/further away
positionProgressOrLandmarkClause: {
value: '{{progressOrLandmark}}, '
value: '{{progressOrLandmark}},'
},

/************************
Expand All @@ -133,7 +133,7 @@ define( require => {

// Alert text strings
vectorChangePattern: {
value: '{{positionProgressOrLandmarkClause}}{{vectors}} {{changeDirection}}'
value: '{{positionProgressOrLandmarkClause}} {{vectors}} {{changeDirection}}'
},
vectorChangeSentencePattern: {
value: '{{vectorChange}}.'
Expand Down

0 comments on commit f06491c

Please sign in to comment.