mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Default automatic install to the latest release instead of the most recent build.
Rename small install to minimal install. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19490 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
12dc494c9a
commit
19b6fbfd1e
2 changed files with 23 additions and 24 deletions
|
|
@ -169,7 +169,7 @@
|
|||
<item row="1" column="0" >
|
||||
<widget class="QToolButton" name="buttonSmall" >
|
||||
<property name="text" >
|
||||
<string>Small Installation</string>
|
||||
<string>Minimal Installation</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="rbutilqt.qrc" >:/icons/rbinstall_btn.png</iconset>
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
<item row="1" column="1" >
|
||||
<widget class="QLabel" name="labelSmall" >
|
||||
<property name="text" >
|
||||
<string><b>Small 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><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>
|
||||
</property>
|
||||
<property name="wordWrap" >
|
||||
<bool>true</bool>
|
||||
|
|
@ -914,7 +914,7 @@
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/rbinstall_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>&Small Installation</string>
|
||||
<string>&Minimal Installation</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionInstall_Bootloader" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue