make installation directions clearer for Windows (bug 747283)

This commit is contained in:
Chris Van 2012-06-01 03:09:39 -07:00
Родитель 25cc9ce7e8
Коммит 2deb1c4235
2 изменённых файлов: 8 добавлений и 3 удалений

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

@ -176,7 +176,7 @@
}
}
&.win {
b {
b:last-child {
background: url(../../img/mkt/icons/win-start.png) 5px 0 no-repeat;
background-size: 21px 20px;
padding: 0 0 0 31px;

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

@ -101,10 +101,15 @@
{{ _('Installed!') }}
</p>
<p class="how mac">
Launch this app from your <b>Applications</b> directory.
{% trans %}
Launch this app from your <b>Applications</b> directory.
{% endtrans %}
</p>
<p class="how win">
Launch this app from your desktop or <b>Start Menu</b>.
{% trans %}
Launch this app from your <b>Windows desktop</b> or
<b>Start &#9658; All Programs</b>.
{% endtrans %}
</p>
</div>
</section>