fix l10n string on 3.6 billboards

This commit is contained in:
James Long 2012-04-17 12:08:04 -04:00
Родитель bfc06ae1b7
Коммит e58383c3a8
4 изменённых файлов: 7 добавлений и 3 удалений

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

@ -20,7 +20,7 @@
<p>{{ _('<a %s>Get the upgrade</a> — its fast & free!', 'href="http://www.mozilla.org/firefox/" class="upgrade" target="_blank"') }}</p>
<ul>
<li>{{ _('Stay safe online') }}</li>
<li>{{ _('Experience faster performance') }}</li>
<li>{{ _('experience faster performance') }}</li>
<li>{{ _('Enjoy new features') }}</li>
</ul>
<p>{{ _('This is your last reminder before you will be automatically updated to the latest version') }} </p>

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

@ -20,7 +20,7 @@
<p>{{ _('<a %s>Get the upgrade</a> — its fast & free!', 'href="http://www.mozilla.org/firefox/" class="upgrade" target="_blank"') }}</p>
<ul>
<li>{{ _('Stay safe online') }}</li>
<li>{{ _('Experience faster performance') }}</li>
<li>{{ _('experience faster performance') }}</li>
<li>{{ _('Enjoy new features') }}</li>
</ul>
<p>{{ _('This is your last reminder before you will be automatically updated to the latest version') }} </p>

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

@ -20,7 +20,7 @@
<p>{{ _('<a %s>Get the upgrade</a> — its fast & free!', 'href="http://www.mozilla.org/firefox/" class="upgrade" target="_blank"') }}</p>
<ul>
<li>{{ _('Stay safe online') }}</li>
<li>{{ _('Experience faster performance') }}</li>
<li>{{ _('experience faster performance') }}</li>
<li>{{ _('Enjoy new features') }}</li>
</ul>
<p>{{ _('You will be prompted once more before being automatically updated.') }}</p>

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

@ -53,6 +53,10 @@ a:active {
padding: 0 20px;
}
#details-content ul li:first-letter {
text-transform: uppercase;
}
#details-content p {
margin: 8px 0;
}