diff options
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 49cd27267317..17b9d28aaab3 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2767,10 +2767,10 @@ <string name="dial_desc">Call selected phone number</string> <!-- Label for item in the text selection menu to trigger a Map app [CHAR LIMIT=20] --> - <string name="map">Locate</string> + <string name="map">Map</string> <!-- Accessibility description for an item in the text selection menu to open maps for an address [CHAR LIMIT=NONE] --> - <string name="map_desc">Locale selected address</string> + <string name="map_desc">Locate selected address</string> <!-- Label for item in the text selection menu to trigger a Browser app [CHAR LIMIT=20] --> <string name="browse">Open</string> |