mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
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:
parent
8b73c35e43
commit
b5a5435da2
1 changed files with 3 additions and 3 deletions
|
@ -701,9 +701,9 @@
|
|||
<string name="duplicate_add">Add</string>
|
||||
<string name="duplicate_replace">Replace</string>
|
||||
<string name="duplicate_replace_all">Replace All</string>
|
||||
<string name="duplicate_cancel" translatable="false">@string/sort_cancel</string>
|
||||
<string name="duplicate_message_single">
|
||||
It appears that a potentially duplicate item already exists in your library: \'%1$s.\'
|
||||
<string name="duplicate_cancel" translatable="false">@string/cancel</string>
|
||||
<string name="duplicate_message_single" formatted="true">
|
||||
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?
|
||||
</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue