diff options
| author | Mark Otto <[email protected]> | 2012-11-05 17:47:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-05 17:47:45 -0800 |
| commit | 02c0b788cd72da8b9393434e67d366e66b89d1c0 (patch) | |
| tree | 659a2fdf42758aa3b144e8b729fab67fe54a14cd /docs | |
| parent | 79b701722797d9f5b2e90825c0621d44c0ad6030 (diff) | |
| parent | 0a1d296e19b6ce3b979577995f1c806c44adc1e1 (diff) | |
| download | bootstrap-02c0b788cd72da8b9393434e67d366e66b89d1c0.tar.xz bootstrap-02c0b788cd72da8b9393434e67d366e66b89d1c0.zip | |
Merge pull request #5795 from globocom/missing-i18n-customize-and-download
insert missing i18n tag at customize and download string
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/customize.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index 6674da87b..d99709888 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -378,7 +378,7 @@ </h1> </div> <div class="download-btn"> - <a class="btn btn-primary" href="#" {{#production}}onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);"{{/production}}>Customize and Download</a> + <a class="btn btn-primary" href="#" {{#production}}onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);"{{/production}}>{{_i}}Customize and Download{{/i}}</a> <h4>{{_i}}What's included?{{/i}}</h4> <p>{{_i}}Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.{{/i}}</p> </div> |
