Fix typo.
All checks were successful
Build Android / build (push) Successful in 7m44s

This commit is contained in:
2023-08-20 22:22:33 +02:00
parent 55a2293b6c
commit 7108af4cf4

View File

@@ -17,7 +17,7 @@
<string name="off">Off</string> <string name="off">Off</string>
<string name="newGame">New Game</string> <string name="newGame">New Game</string>
<string name="delete_inactive_title">Delete history</string> <string name="delete_inactive_title">Delete history</string>
<string name="delete_inactive_text">You really want to delete the the history? This action can\'t be undone.</string> <string name="delete_inactive_text">You really want to delete the history? This action can\'t be undone.</string>
<string name="cancel">Cancel</string> <string name="cancel">Cancel</string>
<string name="ok">OK</string> <string name="ok">OK</string>
<string name="delete">Delete</string> <string name="delete">Delete</string>