From b5a5435da21fa353190b8d2824e26f0753733415 Mon Sep 17 00:00:00 2001
From: Luna712 <142361265+Luna712@users.noreply.github.com>
Date: Thu, 2 Nov 2023 10:31:54 -0600
Subject: [PATCH] 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
---
app/src/main/res/values/strings.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 351315f4..9e0575da 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -701,9 +701,9 @@
Add
Replace
Replace All
- @string/sort_cancel
-
- It appears that a potentially duplicate item already exists in your library: \'%1$s.\'
+ @string/cancel
+
+ 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?