diff options
| author | 2023-01-12 17:53:57 +0000 | |
|---|---|---|
| committer | 2023-01-12 17:53:57 +0000 | |
| commit | d5519e77e341918bde1dee66e35b91a67ffe2f3f (patch) | |
| tree | ba604dfa831569d7be6923c3636103885826133b | |
| parent | 19e314941900824b3e7e404b796c3979ac91d3f0 (diff) | |
| parent | 3f2426fa78e97117377dae4f28d646b514f18f1f (diff) | |
Merge "[Media TTT] Update string to move back to this device." into tm-qpr-dev am: d5e7f0389c am: 3f2426fa78
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20916642
Change-Id: I79566eb6ee66a9d8115b951bbf69eea1aba18649
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index e4f339af9bcb..274520291e8f 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -2463,10 +2463,10 @@ <!-- Text to ask the user to move their device closer to a different device (deviceName) in order to play media on the different device. [CHAR LIMIT=75] --> <string name="media_move_closer_to_start_cast">Move closer to play on <xliff:g id="deviceName" example="My Tablet">%1$s</xliff:g></string> <!-- Text to ask the user to move their device closer to a different device (deviceName) in order to transfer media from the different device and back onto the current device. [CHAR LIMIT=75] --> - <string name="media_move_closer_to_end_cast">Move closer to <xliff:g id="deviceName" example="My Tablet">%1$s</xliff:g> to play here</string> + <string name="media_move_closer_to_end_cast">To play here, move closer to <xliff:g id="deviceName" example="tablet">%1$s</xliff:g></string> <!-- Text informing the user that their media is now playing on a different device (deviceName). [CHAR LIMIT=50] --> <string name="media_transfer_playing_different_device">Playing on <xliff:g id="deviceName" example="My Tablet">%1$s</xliff:g></string> - <!-- Text informing the user that the media transfer has failed because something went wrong. [CHAR LIsMIT=50] --> + <!-- Text informing the user that the media transfer has failed because something went wrong. [CHAR LIMIT=50] --> <string name="media_transfer_failed">Something went wrong. Try again.</string> <!-- Text to indicate that a media transfer is currently in-progress, aka loading. [CHAR LIMIT=NONE] --> <string name="media_transfer_loading">Loading</string> |