summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2011-12-24 09:35:05 +0000
committernebkat <nebkat@gmail.com>2011-12-27 10:51:38 +0000
commitd44846e2ffb05efe8fcba324448f568c8d2653aa (patch)
tree5fc6b46756450ece8178783d1ac73372d556d9ef /res/values
parent1be5c6c26ec206919984b870b5b9f99f8d520f91 (diff)
downloadandroid_packages_apps_Trebuchet-d44846e2ffb05efe8fcba324448f568c8d2653aa.tar.gz
android_packages_apps_Trebuchet-d44846e2ffb05efe8fcba324448f568c8d2653aa.tar.bz2
android_packages_apps_Trebuchet-d44846e2ffb05efe8fcba324448f568c8d2653aa.zip
Tweak Menu
- Move "System settings" to the bottom of the menu - Request from Pawit Pornkitprasan - Change "Preferences" to "Trebuchet settings" - Request from Tanguy Pruvot - Hide Preferences if using CyanogenMod (with the settings shortcut) - Request from Steve Kondik Change-Id: I0738fb0feb04d601b93e28088b771283c35b6684
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml2
-rw-r--r--res/values/strings.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 7ab98707c..8690ef83d 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -2,6 +2,8 @@
<bool name="config_hardwareAccelerated">true</bool>
<bool name="config_largeHeap">false</bool>
+ <bool name="config_cyanogenmod">false</bool>
+
<!-- AllApps/Customize/AppsCustomize -->
<!-- The alpha of the AppsCustomize bg in spring loaded mode -->
<integer name="config_appsCustomizeSpringLoadedBgAlpha">45</integer>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index afe65a9cd..12b9af723 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -149,7 +149,7 @@ s -->
<!-- Noun, menu item used to show the system settings -->
<string name="menu_settings">System settings</string>
<!-- Noun, menu item used to show the launcher preferences -->
- <string name="menu_preferences">Preferences</string>
+ <string name="menu_preferences">Trebuchet settings</string>
<!-- Noun, menu item used to show help. [CHAR_LIMIT=none] -->
<string name="menu_help">Help</string>