summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdooley <mdooley@google.com>2017-09-25 15:04:46 -0700
committerEric Erfanian <erfanian@google.com>2017-09-26 08:39:28 -0700
commit66f4ea01f37641def4b82a55e3e751014663525e (patch)
treeb5a7afe58862811b0e9ce968d1d29262c2059cff
parentbc4263efe87601a483bdc0959df16e6de5bba902 (diff)
Increase location title length
Need to increase character limit for location title text as the title string is now longer than the original character limit. This should have been part of cl/169270157 Bug: 66330058,66330115,66411110 Test: none PiperOrigin-RevId: 169967227 Change-Id: Ib49da4086c190d60da832d4ef64689e44b114150
-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>