diff options
| author | 2019-02-14 16:35:22 +0800 | |
|---|---|---|
| committer | 2019-02-14 16:35:22 +0800 | |
| commit | 5b650178b1f9eac40e5208b5328601b64ea893c5 (patch) | |
| tree | 5ebdfbf016d131cb06f9ae7d4ef487821a03891b | |
| parent | 3f6d07c5714d70b1b834e9cad0e47dbfb9de5995 (diff) | |
Correct the content description of seamlessTransfer button in notification
Bug: 124094782
Test: Build pass
Change-Id: I9167b1c508bbc7063f3f7ebe25c46619b549bd12
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 0cdf38849d8b..5948f2988bc4 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3712,7 +3712,7 @@ <string name="ext_media_browse_action">Explore</string> <!-- Notification action to transfer media [CHAR LIMIT=40] --> - <string name="ext_media_seamless_action">Seamless transfer</string> + <string name="ext_media_seamless_action">Switch output</string> <!-- Notification title when external media is missing [CHAR LIMIT=30] --> <string name="ext_media_missing_title"><xliff:g id="name" example="SD card">%s</xliff:g> missing</string> |