diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5df6cf595b7..e090627a683 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1143,6 +1143,12 @@
When locating, accurate to street level (deselect to conserve battery)
Locate to street-level (requires more battery plus view of sky)
+
+ Enable assisted GPS
+
+ Use server to assist GPS (deselect to reduce network usage)
+
+ Use server to assist GPS (select to improve GPS performance)
Share with Google
diff --git a/res/xml/security_settings.xml b/res/xml/security_settings.xml
index 8dd9d897b38..5b90dba64bd 100644
--- a/res/xml/security_settings.xml
+++ b/res/xml/security_settings.xml
@@ -32,6 +32,12 @@
android:summaryOn="@string/location_street_level"
android:summaryOff="@string/location_gps_disabled"/>
+
+