diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-08-16 10:40:26 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-08-16 10:40:26 +0000 |
commit | fc6d57f9a3a5b6022d43aec63c73e41d62c0e41a (patch) | |
tree | 98373713f2dca807e2d3356859fa6aea5f9927ad /rbutil | |
parent | bebce6a74ed58c91dcd41b4e9969b442c9d35e46 (diff) |
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
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/rbutilqt/rbutilqtfrm.ui | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/rbutil/rbutilqt/rbutilqtfrm.ui b/rbutil/rbutilqt/rbutilqtfrm.ui index 44d9547cd5..2356adc5af 100644 --- a/rbutil/rbutilqt/rbutilqtfrm.ui +++ b/rbutil/rbutilqt/rbutilqtfrm.ui @@ -142,12 +142,6 @@ p, li { white-space: pre-wrap; } <layout class="QGridLayout" > <item row="0" column="0" > <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" > <string>...</string> </property> @@ -280,12 +274,6 @@ p, li { white-space: pre-wrap; } <property name="toolTip" > <string>Install Rockbox</string> </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" > <string>Install Rockbox</string> </property> @@ -597,7 +585,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Remove the bootloader</span></p> -<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.</p></body></html></string> +<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.</p></body></html></string> </property> <property name="wordWrap" > <bool>true</bool> @@ -790,7 +778,6 @@ p, li { white-space: pre-wrap; } <property name="title" > <string>&File</string> </property> - <addaction name="actionEmpty_local_download_cache" /> <addaction name="actionInstall_Rockbox_Utility_on_player" /> <addaction name="action_Configure" /> <addaction name="separator" /> |