remove "empty download cache" menu entry -- clearing the cache will be in the configuration dialog once it's implemented.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14368 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-08-16 10:40:26 +00:00
parent bebce6a74e
commit fc6d57f9a3

View file

@ -142,12 +142,6 @@ p, li { white-space: pre-wrap; }
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QToolButton" name="buttonComplete" > <widget class="QToolButton" name="buttonComplete" >
<property name="accessibleName" >
<string>CompleteInstallationButton</string>
</property>
<property name="accessibleDescription" >
<string>This performs a complete installation of Rockbox. It installs the bootloader, a current build and the extras package.</string>
</property>
<property name="text" > <property name="text" >
<string>...</string> <string>...</string>
</property> </property>
@ -280,12 +274,6 @@ p, li { white-space: pre-wrap; }
<property name="toolTip" > <property name="toolTip" >
<string>Install Rockbox</string> <string>Install Rockbox</string>
</property> </property>
<property name="accessibleName" >
<string>ButtonInstall</string>
</property>
<property name="accessibleDescription" >
<string>This installs a build of Rockbox on your player. It can also upgrade an existing build.</string>
</property>
<property name="text" > <property name="text" >
<string>Install Rockbox</string> <string>Install Rockbox</string>
</property> </property>
@ -597,7 +585,7 @@ p, li { white-space: pre-wrap; }
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Remove the bootloader&lt;/span>&lt;/p> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Remove the bootloader&lt;/span>&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">After removing the bootloader you won't be able to start Rockbox.&lt;/p>&lt;/body>&lt;/html></string> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">After removing the bootloader you won't be able starting Rockbox.&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
<property name="wordWrap" > <property name="wordWrap" >
<bool>true</bool> <bool>true</bool>
@ -790,7 +778,6 @@ p, li { white-space: pre-wrap; }
<property name="title" > <property name="title" >
<string>&amp;File</string> <string>&amp;File</string>
</property> </property>
<addaction name="actionEmpty_local_download_cache" />
<addaction name="actionInstall_Rockbox_Utility_on_player" /> <addaction name="actionInstall_Rockbox_Utility_on_player" />
<addaction name="action_Configure" /> <addaction name="action_Configure" />
<addaction name="separator" /> <addaction name="separator" />