diff options
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 6cc61b4706f6..8f412e342fa8 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -2230,7 +2230,9 @@ <!-- 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 their media is now playing on this device. [CHAR LIMIT=50] --> - <string name="media_transfer_playing_this_device">Playing on this phone</string> + <string name="media_transfer_playing_this_device" product="default">Playing on this phone</string> + <!-- Text informing the user that their media is now playing on this tablet device. [CHAR LIMIT=50] --> + <string name="media_transfer_playing_this_device" product="tablet">Playing on this tablet</string> <!-- 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> |