aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexandre Magno <[email protected]>2012-11-05 18:38:59 -0200
committerAlexandre Magno <[email protected]>2012-11-05 18:38:59 -0200
commit0a1d296e19b6ce3b979577995f1c806c44adc1e1 (patch)
tree659a2fdf42758aa3b144e8b729fab67fe54a14cd /docs
parent79b701722797d9f5b2e90825c0621d44c0ad6030 (diff)
downloadbootstrap-0a1d296e19b6ce3b979577995f1c806c44adc1e1.tar.xz
bootstrap-0a1d296e19b6ce3b979577995f1c806c44adc1e1.zip
insert missing i18n tag at customize and download string
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/pages/customize.mustache2
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>