Clarify Quick Start tab descriptions.
Make it more clear that the Quick Start buttons will install a release version. Fixes FS#12612. Change-Id: I4c649cd43a0e10f326af62bcd6b6adc0dd7e8cd5
This commit is contained in:
parent
2345e0c48d
commit
c2246905a2
1 changed files with 3 additions and 3 deletions
|
@ -151,7 +151,7 @@
|
|||
<item row="0" column="1">
|
||||
<widget class="QLabel" name="labelComplete">
|
||||
<property name="text">
|
||||
<string><b>Complete Installation</b><br/>This installs the bootloader, a current build and the extras package. This is the recommended method for new installations.</string>
|
||||
<string><html><head/><body><p><span style=" font-weight:600;">Complete Installation</span><br/>This installs the bootloader, the most recent release and the extras package. This is the recommended method for new installations.</p></body></html></string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::AutoText</enum>
|
||||
|
@ -181,7 +181,7 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QLabel" name="labelSmall">
|
||||
<property name="text">
|
||||
<string><b>Minimal installation</b><br/>This installs bootloader and the current build of Rockbox. If you don't want the extras package, choose this option.</string>
|
||||
<string><html><head/><body><p><span style=" font-weight:600;">Minimal installation</span><br/>This installs bootloader and the most recent release of Rockbox. If you don't want the extras package, choose this option.</p></body></html></string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
@ -370,7 +370,7 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QLabel" name="labelThemes">
|
||||
<property name="text">
|
||||
<string><b>Install Themes</b><br/>Rockbox's look can be customized by themes. You can choose and install several officially distributed themes.</string>
|
||||
<string><b>Install Themes</b><br/>Rockbox's look can be customized by themes. You can choose and install several officially distributed themes.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Reference in a new issue