Fix two strings

It looks like they were both fixed in my original commits in #727 and #730 but fixing some merge conflict in #727 accidentally removed that fix
This commit is contained in:
Luna712 2023-11-02 10:31:54 -06:00
parent 8b73c35e43
commit b5a5435da2

View file

@ -701,9 +701,9 @@
<string name="duplicate_add">Add</string> <string name="duplicate_add">Add</string>
<string name="duplicate_replace">Replace</string> <string name="duplicate_replace">Replace</string>
<string name="duplicate_replace_all">Replace All</string> <string name="duplicate_replace_all">Replace All</string>
<string name="duplicate_cancel" translatable="false">@string/sort_cancel</string> <string name="duplicate_cancel" translatable="false">@string/cancel</string>
<string name="duplicate_message_single"> <string name="duplicate_message_single" formatted="true">
It appears that a potentially duplicate item already exists in your library: \'%1$s.\' It appears that a potentially duplicate item already exists in your library: \'%s.\'
\n\nWould you like to add this item anyway, replace the existing one, or cancel the action? \n\nWould you like to add this item anyway, replace the existing one, or cancel the action?
</string> </string>