Skip to content

Commit

Permalink
Fix wrongly formatted string ressources
Browse files Browse the repository at this point in the history
There were multiple substitutions specified in non-positional format in the ressources video_details_list_item and share_playlist_content_details
  • Loading branch information
TobiGr committed Sep 26, 2023
1 parent e80b6b3 commit 0758cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,6 @@
<string name="share_playlist_with_titles_message">Share playlist with details such as playlist name and video titles or as a simple list of video URLs</string>
<string name="share_playlist_with_titles">Share with Titles</string>
<string name="share_playlist_with_list">Share URL list</string>
<string name="video_details_list_item">- %s: %s</string>
<string name="share_playlist_content_details">%s\n%s</string>
<string name="video_details_list_item">- %1$s: %2$s</string>
<string name="share_playlist_content_details">%1$s\n%2$s</string>
</resources>

0 comments on commit 0758cd6

Please sign in to comment.