From 4cbe963b866491b10a56880dee6dee8aeac0d8bb Mon Sep 17 00:00:00 2001 From: ibaker Date: Tue, 14 May 2024 05:31:37 -0700 Subject: [PATCH] Tweak session demo UI strings * Consistently use 'playlist' instead of 'play list' * Remove wording about 'playlist loading' since when this message is shown the music is already playing in the background, we're just waiting for the in-app controller to connect to the background service. PiperOrigin-RevId: 633550729 --- demos/session/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/session/src/main/res/values/strings.xml b/demos/session/src/main/res/values/strings.xml index 084a868abc..a036341959 100644 --- a/demos/session/src/main/res/values/strings.xml +++ b/demos/session/src/main/res/values/strings.xml @@ -16,11 +16,11 @@ Media3 Session Demo Current playlist - Click to view your play list + Click to view your playlist Added %1$s to playlist Shuffle Play - Waiting for playlist to load… + Connecting… "Without notification access the app can't warn about failed background operations"