Fix string formatting issues which lead to crashes

This commit is contained in:
Prathamesh More 2022-05-20 16:43:42 +05:30
parent d8295cd677
commit 01f7a4874d
5 changed files with 6 additions and 5 deletions

View file

@ -411,7 +411,7 @@
<string name="remove_song_from_playlist_title">ลบเพลงออกจากเพลย์ลิสต์</string>
<string name="remove_song_x_from_playlist"><![CDATA[ลบเพลง <b>%1$s</b> ออกจากเพลย์ลิสต์?]]></string>
<string name="remove_songs_from_playlist_title">ลบเพลงออกจากเพลย์ลิสต์</string>
<string name="remove_x_songs_from_playlist"><![CDATA[ลบเพลง <b>%1$s</b> ออกจากเพลย์ลิสต์?]]></string>
<string name="remove_x_songs_from_playlist"><![CDATA[ลบเพลง <b>%1$d</b> ออกจากเพลย์ลิสต์?]]></string>
<string name="rename_playlist_title">เปลี่ยนขื่อเพลย์ลิสต์</string>
<string name="replace_cover">Replace Cover</string>
<string name="report_an_issue">รายการปัญหา</string>