summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoris Ling <dling@google.com>2018-03-09 23:40:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-09 23:40:20 +0000
commit9d922bb27e4d150162f0037de0171924be547a54 (patch)
tree375d5be39a3efdb2ad8b1ceecd27961bacb393fc
parent34e2ad38eb56e8d5adcdaafca1499467fd3e4689 (diff)
parent1683924b22aab30329c81ea2eec280e32663895e (diff)
downloadandroid_packages_apps_EmergencyInfo-9d922bb27e4d150162f0037de0171924be547a54.tar.gz
android_packages_apps_EmergencyInfo-9d922bb27e4d150162f0037de0171924be547a54.tar.bz2
android_packages_apps_EmergencyInfo-9d922bb27e4d150162f0037de0171924be547a54.zip
Update emergency info suggestion text. am: b52886656b
am: 1683924b22 Change-Id: I7d5464d887aecafe8df49eeb357f378d9e8b34fb
-rw-r--r--res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 705a96d..9d3ff75 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -213,9 +213,9 @@
<string name="clear_all_message">Clear all information and contacts?</string>
<!-- Information footer describing the use of emergency information. [CHAR LIMIT=NONE] -->
<string name="emergency_info_footer">Adding medical information and emergency contacts can help first responders in an emergency.\n\nAnyone can read this information from your lock screen, and dial your contacts by tapping their names, without unlocking your phone.</string>
- <!-- Title for a suggestion to a user to set up their emergency information [CHAR_LIMIT=60] -->
+ <!-- Title for a suggestion to a user to set up their emergency information [CHAR_LIMIT=46] -->
<string name="settings_suggestion_title">Add emergency information</string>
- <!-- Explanatory text for a suggestion to a user to set up their emergency information [CHAR_LIMIT=NONE] -->
- <string name="settings_suggestion_body">Help first responders find important information</string>
+ <!-- Explanatory text for a suggestion to a user to set up their emergency information [CHAR_LIMIT=55] -->
+ <string name="settings_suggestion_body">Let first responders see your information</string>
</resources>