Skip to content

Commit

Permalink
remove trailing spaces from string keys, phetsims/friction#182
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 30, 2019
1 parent 5476cdf commit f8018eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/SceneryPhetA11yStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ define( require => {
// screen summary intro for a multiscreen sim (not sim specific),
// extra space at end for string concat with rest of the screen summary
screenSummaryMultiScreenIntro: {
value: 'This is an interactive sim. It changes as you play with it. Each screen has a Play Area and Control Area. '
value: 'This is an interactive sim. It changes as you play with it. Each screen has a Play Area and Control Area.'
},

// screen summary intro for a single screen sim (not sim specific),
screenSummarySingleScreenIntroPattern: {
value: '{{sim}} is an interactive sim. It changes as you play with it. It has a Play Area and a Control Area. '
value: '{{sim}} is an interactive sim. It changes as you play with it. It has a Play Area and a Control Area.'
},
// screen summary intro for a single screen sim (not sim specific),
screenSummaryKeyboardShortcutsHint: {
Expand Down

0 comments on commit f8018eb

Please sign in to comment.