summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-09-26 17:15:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-09-26 17:15:19 +0000
commit2bc616694d46fde2ad76926e20e8f5f89cda5721 (patch)
treeb5a7afe58862811b0e9ce968d1d29262c2059cff
parent92fd6ef2b0f87e5afd7d59f8cd47ca985e5953f2 (diff)
parent66f4ea01f37641def4b82a55e3e751014663525e (diff)
Merge "Increase location title length"
-rw-r--r--java/com/android/incallui/calllocation/impl/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/incallui/calllocation/impl/res/values/strings.xml b/java/com/android/incallui/calllocation/impl/res/values/strings.xml
index 8cb3419a7..573f33cda 100644
--- a/java/com/android/incallui/calllocation/impl/res/values/strings.xml
+++ b/java/com/android/incallui/calllocation/impl/res/values/strings.xml
@@ -21,7 +21,7 @@
<!-- Description for location map shown during emergency calls. [CHAR LIMIT=NONE] -->
<string name="location_map_description">Emergency Location Map</string>
- <!-- Label for the address and map shown during emergency calls. [CHAR LIMIT=20] -->
+ <!-- Label for the address and map shown during emergency calls. [CHAR LIMIT=40] -->
<string name="location_title">Tell emergency services where you are</string>
<string name="lat_long_format"><xliff:g id="latitude">%f</xliff:g>, <xliff:g id="longitude">%f</xliff:g></string>