diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/com/android/dialer/searchfragment/nearbyplaces/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/dialer/searchfragment/nearbyplaces/res/values/strings.xml b/java/com/android/dialer/searchfragment/nearbyplaces/res/values/strings.xml index 31bc31751..7fb38f6b2 100644 --- a/java/com/android/dialer/searchfragment/nearbyplaces/res/values/strings.xml +++ b/java/com/android/dialer/searchfragment/nearbyplaces/res/values/strings.xml @@ -19,11 +19,11 @@ <string name="nearby_places">Nearby places</string> <!-- Shown as a prompt to turn on location permissions and/or enable location to allow nearby places search [CHAR LIMIT=NONE]--> - <string name="search_location_permission">To get contact information for places near you, allow access to your location.</string> + <string name="search_location_permission">To get contact information for places near you, allow access to your location</string> <!-- Text on a button asking the user to grant the location permission --> <string name="nearby_places_allow">Allow</string> <!-- Text on a button which dismisses a prompt asking to grand the location permission --> <string name="nearby_places_dismiss">Dismiss</string> -</resources>
\ No newline at end of file +</resources> |