summaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorqkolj <qkolj@users.noreply.github.com>2018-12-02 17:10:40 +0100
committerGitHub <noreply@github.com>2018-12-02 17:10:40 +0100
commit90e62593316e5211a39918dc6ef82333fc7edd64 (patch)
treedf2d23fb55cd1ac92d2c4d12acd2bb9a55421589 /core/src/main
parent9c43438cbe5f1635453b748197aa7ce58e50d3fb (diff)
downloadAntennaPod-90e62593316e5211a39918dc6ef82333fc7edd64.zip
Fix grammar in strings
Co-Authored-By: qkolj <qkolj@users.noreply.github.com>
Diffstat (limited to 'core/src/main')
-rw-r--r--core/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index db7b140b1..312d65145 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -481,8 +481,8 @@
<string name="double_tap_toast">Tap back button again to exit</string>
<string name="back_button_go_to_page">Go to page</string>
<string name="back_button_go_to_page_title">Select page</string>
- <string name="pref_delete_removes_from_queue_title">Delete Removes From Queue</string>
- <string name="pref_delete_removes_from_queue_sum">Automatically remove an episode from queue when it is deleted.</string>
+ <string name="pref_delete_removes_from_queue_title">Delete Removes from Queue</string>
+ <string name="pref_delete_removes_from_queue_sum">Automatically remove an episode from the queue when it is deleted.</string>
<!-- Auto-Flattr dialog -->
<string name="auto_flattr_enable">Enable automatic flattring</string>