Fix bug 1937431.

Shorten cut-off location permission string.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 768033a..753b5c6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1144,7 +1144,7 @@
     <!-- Setting title for allow sending location to google -->
     <string name="use_location_title">Share with Google</string>
     <!-- Title of dialog to user requesting use of location information to improve services -->
-    <string name="use_location_summary">Allow Google to use location for improved search results and other services</string>
+    <string name="use_location_summary">Allow Google to use location for improved search and other services</string>
     <!-- Message of dialog to user requesting use of location information -->
     <string name="use_location_warning_message">Allow Google to use location for improved search results and other services</string>
     <!-- Agree -->