jeremyolliver / gvis

Rails plugin for easy embedding charts with Google Visualization API
http://github.com/jeremyolliver/gvis
MIT License
49 stars 22 forks source link

Install.rb contains wrong words #6

Closed rodrigoribeiro closed 14 years ago

rodrigoribeiro commented 14 years ago

The log of plugin installation, localized in "install.rb" file contains wrong words. See below:

The wrong words:

<%= include_visualisation_api %> <%= render_visualisations %> ...

The correct words:

<%= include_visualization_api %> <%= render_visualizations %> ...
jeremyolliver commented 14 years ago

Thanks Rodrigo, I've corrected this.

rodrigoribeiro commented 14 years ago

Thanks for your attention Jeremy :-)