summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike LeBeau <mlebeau@android.com>2009-09-11 11:45:43 -0700
committerMike LeBeau <mlebeau@android.com>2009-09-11 11:45:43 -0700
commitf92b9bf8e8bca4df077680b9c106003d16954bc4 (patch)
tree1d50df812f2fbcd2f4dd3a98ee0947ecb2fa1880
parent258b2d8941bf32d843a1a369aa0c5f0f33171624 (diff)
downloadGoogleSearch-f92b9bf8e8bca4df077680b9c106003d16954bc4.tar.gz
Fix MCC-specific strings which were breaking Google search for the
Netherlands, the Czech Republic, Austria, Poland, and Germany. This was due to a Donut change to have web search provider handle the dispatching of searches, and these values were accidentally overlooked as being suggestion base urls (not search base urls) despite the (previously-okay) label of 'google_search_base'.
-rw-r--r--res/values-mcc204/strings.xml2
-rw-r--r--res/values-mcc230/strings.xml2
-rw-r--r--res/values-mcc232/strings.xml2
-rw-r--r--res/values-mcc260/strings.xml2
-rw-r--r--res/values-mcc262/strings.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/res/values-mcc204/strings.xml b/res/values-mcc204/strings.xml
index 0415345..14c1b7c 100644
--- a/res/values-mcc204/strings.xml
+++ b/res/values-mcc204/strings.xml
@@ -24,6 +24,6 @@
<!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
<!-- should be mirrored by changes in apps/Browser. -->
<!-- Do not translate. This string is an internal URI, not seen in the UI. -->
- <string name="google_search_base" translatable="false">
+ <string name="google_suggest_base" translatable="false">
http://www.google.com/complete/search?hl=%1$s&amp;gl=nl&amp;</string>
</resources>
diff --git a/res/values-mcc230/strings.xml b/res/values-mcc230/strings.xml
index bd19cdc..faa7784 100644
--- a/res/values-mcc230/strings.xml
+++ b/res/values-mcc230/strings.xml
@@ -23,6 +23,6 @@
<!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
<!-- should be mirrored by changes in apps/Browser. -->
<!-- Do not translate. This string is an internal URI, not seen in the UI. -->
- <string name="google_search_base" translatable="false">
+ <string name="google_suggest_base" translatable="false">
http://www.google.com/complete/search?hl=%1$s&amp;gl=cz&amp;</string>
</resources>
diff --git a/res/values-mcc232/strings.xml b/res/values-mcc232/strings.xml
index ca884a0..c1fb564 100644
--- a/res/values-mcc232/strings.xml
+++ b/res/values-mcc232/strings.xml
@@ -23,6 +23,6 @@
<!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
<!-- should be mirrored by changes in apps/Browser. -->
<!-- Do not translate. This string is an internal URI, not seen in the UI. -->
- <string name="google_search_base" translatable="false">
+ <string name="google_suggest_base" translatable="false">
http://www.google.com/complete/search?hl=%1$s&amp;gl=at&amp;</string>
</resources>
diff --git a/res/values-mcc260/strings.xml b/res/values-mcc260/strings.xml
index 9ed2d40..6eb1ad6 100644
--- a/res/values-mcc260/strings.xml
+++ b/res/values-mcc260/strings.xml
@@ -23,5 +23,5 @@
<!-- don't support this countries locale. -->
<!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
<!-- should be mirrored by changes in apps/Browser. -->
- <string translatable="false" name="google_search_base">http://www.google.com/complete/search?hl=%1$s&amp;gl=pl&amp;</string>
+ <string translatable="false" name="google_suggest_base">http://www.google.com/complete/search?hl=%1$s&amp;gl=pl&amp;</string>
</resources>
diff --git a/res/values-mcc262/strings.xml b/res/values-mcc262/strings.xml
index 1dfd68a..1d191a9 100644
--- a/res/values-mcc262/strings.xml
+++ b/res/values-mcc262/strings.xml
@@ -23,6 +23,6 @@
<!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
<!-- should be mirrored by changes in apps/Browser. -->
<!-- Do not translate. This string is an internal URI, not seen in the UI. -->
- <string name="google_search_base" translatable="false">
+ <string name="google_suggest_base" translatable="false">
http://www.google.com/complete/search?hl=%1$s&amp;gl=de&amp;</string>
</resources>