phetsims / concentration

"Concentration" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/concentration
GNU General Public License v3.0
1 stars 7 forks source link

sim has no strings file and incorrectly gets its title from BLL #35

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago

concentration should have a strings file, which probably consists of just the title:

{
  "concentration.name": "Concentration"
}

And package.json should be:

"simTitleStringKey": "CONCENTRATION/concentration.name"
pixelzoom commented 9 years ago

Fixed, closing.