Skip to content

Commit a896781

Browse files
committed
Fix: replaced duplicate cancel string with 'Close'
1 parent b94d4fa commit a896781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AnkiDroid/src/main/res/values/02-strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,6 @@ opening the system text to speech settings fails">Failed to open text to speech
443443
<string name="copy">Copy</string>
444444
<string name="email_copied">Email copied to clipboard</string>
445445
<string name="proceed">Proceed</string>
446-
<string name="cancel_btn">Cancel</string>
446+
<string name="cancel_btn">Dismiss</string>
447447
</resources>
448448

0 commit comments

Comments
 (0)