diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-02-15 01:04:12 +0000 |
|---|---|---|
| committer | Treehugger Robot <treehugger-gerrit@google.com> | 2020-02-15 01:04:12 +0000 |
| commit | 1f7dd3c32e7dfd23a6181a9fa49df8a25871fb53 (patch) | |
| tree | 94e2b52cdad3f3afc1390675a2848103dbcb0bf5 /res/values | |
| parent | e307c0467459570c98f67705f2b268559891a8f1 (diff) | |
| parent | 4f80044bd3e3bc6fc220e0105a3c3980058f6d68 (diff) | |
| download | platform_packages_services_Telecomm-1f7dd3c32e7dfd23a6181a9fa49df8a25871fb53.tar.gz platform_packages_services_Telecomm-1f7dd3c32e7dfd23a6181a9fa49df8a25871fb53.tar.bz2 platform_packages_services_Telecomm-1f7dd3c32e7dfd23a6181a9fa49df8a25871fb53.zip | |
Merge "Fix misleading phrasing of notification message for crashed phone apps and show phone app name in notification." am: 3cc519dc4a am: 1b2f0987cf am: 4f80044bd3
Change-Id: I843afe2a917fd9dcd322f970f7013bcc96abe000
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a0a518fad..2990c425c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -73,8 +73,8 @@ <string name="notification_crashedInCallService_title">Crashed phone app</string> <!-- Body of the notification presented when an in call service crashed. [CHAR LIMIT=NONE] --> <string name="notification_crashedInCallService_body"> - Your Phone app <xliff:g id="in_call_service_app_name">%s</xliff:g> has crashed. - You call was continued using the Phone app that came with your device. + Your phone app <xliff:g id="in_call_service_app_name">%s</xliff:g> has crashed. + You call was continued using the phone app that came with your device. </string> <!-- Content description of the call muted notification icon for |
