Bug 660010: Download Firefox button now includes '-FREE'. Sentence below has been removed. Doesn't affect locales which don't have a translation available for the new string

This commit is contained in:
Guigui 2011-05-27 19:48:31 +02:00
Родитель e1ea5ff21a
Коммит 18a2e50043
2 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -7,8 +7,16 @@
<div class="container">
<a href="http://www.mozilla.com" id="moz-tab"></a>
<a href="/" id="moz-logo"></a>
<a href="http://www.mozilla.com/mobile/download/" id="ff-download"><div id="download-arrow"></div>{{ _('<em>Get Firefox</em> for mobile') }}</a>
<span id="ff-download-copy">{{ _('Available <span>free</span> for Android and the Nokia N900') }}</span>
<a href="http://www.mozilla.com/mobile/download/" id="ff-download">
<div id="download-arrow"></div>
{% if is_translated("<em>Get Firefox</em> for mobile <strong>- FREE</strong>", LANG) %}
{{ _('<em>Get Firefox</em> for mobile <strong>- FREE</strong>') }}
</a>
{% else %}
{{ _('<em>Get Firefox</em> for mobile') }}
</a>
<span id="ff-download-copy">{{ _('Available <span>free</span> for Android and the Nokia N900') }}</span>
{% endif %}
</div>
<div class="container">
<nav>

Просмотреть файл

@ -61,7 +61,7 @@ html, body {
top:3px;
}
#ff-download em {
#ff-download em, #ff-download strong {
font-style:normal;
}