diff options
author | qkolj <qkolj@users.noreply.github.com> | 2018-12-02 17:10:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 17:10:40 +0100 |
commit | 90e62593316e5211a39918dc6ef82333fc7edd64 (patch) | |
tree | df2d23fb55cd1ac92d2c4d12acd2bb9a55421589 /core | |
parent | 9c43438cbe5f1635453b748197aa7ce58e50d3fb (diff) | |
download | AntennaPod-90e62593316e5211a39918dc6ef82333fc7edd64.zip |
Fix grammar in strings
Co-Authored-By: qkolj <qkolj@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 4 |
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> |