make installation directions clearer for Windows (bug 747283)
This commit is contained in:
Родитель
25cc9ce7e8
Коммит
2deb1c4235
|
@ -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 ► All Programs</b>.
|
||||
{% endtrans %}
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Загрузка…
Ссылка в новой задаче