Only swap title and subtitle for website suggestions; query suggestions
should still stay the same (i.e., query in title, number of results in
subtitle).
Also update all url subtitles to be green text as per search UI standards.
And change the text of "Search Google" to "Search the web" to accommodate
upcoming choices of web search provider.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 040cf45..e91a6b6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -627,10 +627,11 @@
<!-- Do not translate. This string is an internal URI, not seen in the UI. -->
<string name="google_search_base" translatable="false">
http://www.google.com/m?hl=%1$s&gl=%2$s&</string>
-
- <!-- Used in Goto to indicate Google search -->
- <string name="search_google">Search Google</string>
-
+
+ <!-- The description of the suggestion that lets the user search the web for the query currently
+ in the text field. -->
+ <string name="search_the_web">Search the web</string>
+
<!-- Title of an application permission, listed so the user can choose whether
they want to allow the application to do this. -->
<string name="permlab_readHistoryBookmarks">read Browser\'s history and bookmarks</string>