Skip to content

Commit

Permalink
remove trailing spaces from string keys, #182
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 30, 2019
1 parent 10395d4 commit 219d557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions friction-strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"amountOfAtoms": {
"sentence": {
"value": "Chemistry book has {{comparisonAmount}} jiggling atoms as {{breakAwayAmount}} have broken away. "
"value": "Chemistry book has {{comparisonAmount}} jiggling atoms as {{breakAwayAmount}} have broken away."
},
"fewer": {
"value": "fewer"
Expand Down Expand Up @@ -148,10 +148,10 @@
"value": "Reset sim to make more observations."
},
"startingChemistryBookPattern": {
"value": "{{relativeChemistryBookSentence}}Chemistry book rests {{lightly}}on top of a Physics book, and is ready to be rubbed against it."
"value": "{{relativeChemistryBookSentence}} Chemistry book rests {{lightly}} on top of a Physics book, and is ready to be rubbed against it."
},
"lightly": {
"value": "lightly "
"value": "lightly"
},
"summarySentencePattern": {
"value": "{{chemistryBookString}} {{jiggleTemperatureScaleSentence}}"
Expand Down

0 comments on commit 219d557

Please sign in to comment.