summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2009-12-09 15:38:25 +0000
committerBjorn Bringert <bringert@android.com>2009-12-09 21:48:38 +0000
commit7984c9496bcaeca23ee7fdecc4d4f1bb2467e0f2 (patch)
tree64c1450d797ab6b46d91731b39629d2f3a0b820b /res/values/strings.xml
parent5a7970b536bfee8cb486f42c0ab70f1d6ea80fe9 (diff)
downloadandroid_packages_apps_Trebuchet-7984c9496bcaeca23ee7fdecc4d4f1bb2467e0f2.tar.gz
android_packages_apps_Trebuchet-7984c9496bcaeca23ee7fdecc4d4f1bb2467e0f2.tar.bz2
android_packages_apps_Trebuchet-7984c9496bcaeca23ee7fdecc4d4f1bb2467e0f2.zip
Get rid of the built-in search widget in Launcher2
Uses the widget from packages/apps/QuickSearchBox instead. Change-Id: I85d64defe155c0cad97fafef6a3db62c6cab504a
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 38f27c776..35d47338a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -56,8 +56,6 @@
<string name="group_applications">Applications</string>
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts -->
<string name="group_shortcuts">Shortcuts</string>
- <!-- Options in "Add to Home" dialog box; Title of the search gadget -->
- <string name="group_search">Search</string>
<!-- Options in "Add to Home" dialog box; Title of the folder gadget -->
<string name="group_folder">New folder</string>
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all live folders -->
@@ -72,8 +70,6 @@
<string name="add_clock">Clock</string>
<!-- Options in "Add to Home" dialog box; Name of the Picture frame widget-->
<string name="add_photo_frame">Picture frame</string>
- <!-- Options in "Add to Home" dialog box; Name of the global search widget-->
- <string name="add_search">Search</string>
<!-- Error message when user has filled a home screen, possibly not used -->
<string name="out_of_space">No more room on this Home screen.</string>
<!-- Message displayed when a shortcut is created by an external application -->
@@ -126,12 +122,6 @@
<!-- Widgets: -->
<skip />
- <!-- TODO: Determine if this can be removed.
- This is the hint text shown in the search widget, before text is entered.
- This translation SHOULD MATCH the string "search_hint" which is found in
- GoogleSearch/res/values/strings.xml -->
- <string name="search_hint">Google Search</string>
-
<!-- Text to show user in place of a gadget when we can't display it properly -->
<string name="gadget_error_text">Problem loading widget</string>