From 0758cd6980d2cda88803930d34227b11f10d05d2 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Tue, 26 Sep 2023 11:22:22 +0200 Subject: [PATCH] Fix wrongly formatted string ressources There were multiple substitutions specified in non-positional format in the ressources video_details_list_item and share_playlist_content_details --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index bf618739c..435e9a382 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -836,6 +836,6 @@ Share playlist with details such as playlist name and video titles or as a simple list of video URLs Share with Titles Share URL list - - %s: %s - %s\n%s + - %1$s: %2$s + %1$s\n%2$s