diff options
author | Mustapha Senhaji <moos@rockbox.org> | 2010-11-28 13:15:40 +0000 |
---|---|---|
committer | Mustapha Senhaji <moos@rockbox.org> | 2010-11-28 13:15:40 +0000 |
commit | 4063389bffe63052da2e78413b0cc1f530733db3 (patch) | |
tree | 73f3b4f3c067f55c142d477d25c046fec8d5c045 /rbutil/rbutilqt/configurefrm.ui | |
parent | c412c2dcad160de6d2efbd531fc71fe61ce1f1f7 (diff) | |
download | rockbox-4063389bffe63052da2e78413b0cc1f530733db3.tar.gz rockbox-4063389bffe63052da2e78413b0cc1f530733db3.tar.bz2 rockbox-4063389bffe63052da2e78413b0cc1f530733db3.zip |
rbutil: r28687 touched too much. Restore some accelerator keys.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28692 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/configurefrm.ui')
-rw-r--r-- | rbutil/rbutilqt/configurefrm.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rbutil/rbutilqt/configurefrm.ui b/rbutil/rbutilqt/configurefrm.ui index e7991dc566..0c82e5d988 100644 --- a/rbutil/rbutilqt/configurefrm.ui +++ b/rbutil/rbutilqt/configurefrm.ui @@ -140,7 +140,7 @@ <item row="1" column="0"> <widget class="QRadioButton" name="radioSystemProxy"> <property name="text"> - <string>Use &System values</string> + <string>Use S&ystem values</string> </property> </widget> </item> @@ -210,7 +210,7 @@ <item row="3" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> - <string>&Password</string> + <string>Pass&word</string> </property> <property name="buddy"> <cstring>proxyPass</cstring> @@ -255,7 +255,7 @@ <normaloff>:/icons/package-x-generic.png</normaloff>:/icons/package-x-generic.png</iconset> </attribute> <attribute name="title"> - <string>&Cache</string> + <string>Cac&he</string> </attribute> <attribute name="toolTip"> <string>Download cache settings</string> @@ -283,7 +283,7 @@ <item> <widget class="QLabel" name="label_5"> <property name="text"> - <string>&Path</string> + <string>P&ath</string> </property> <property name="buddy"> <cstring>cachePath</cstring> @@ -325,7 +325,7 @@ <string><p>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</p></string> </property> <property name="text"> - <string>&Offline mode</string> + <string>O&ffline mode</string> </property> </widget> </item> |