diff options
author | Petar Kukolj <petarkukolj3@yahoo.com> | 2019-01-04 00:13:00 +0100 |
---|---|---|
committer | Petar Kukolj <petarkukolj3@yahoo.com> | 2019-01-04 00:13:00 +0100 |
commit | dfcb16d77b5e9b7ea3f5d19e528c9f4950eb4520 (patch) | |
tree | 4c96dc41c2c935d7102694f56e02bd5ffe5eaf9e /core | |
parent | ebc02009682d8ad0c724ed3f6d13f97e6668b622 (diff) | |
download | AntennaPod-dfcb16d77b5e9b7ea3f5d19e528c9f4950eb4520.zip |
Include Awaitility in app module and properly fix the added test
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 312d65145..5f485bc7c 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -481,7 +481,7 @@ <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_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 --> |