diff options
author | ByteHamster <info@bytehamster.com> | 2022-08-06 12:21:34 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-08-06 15:21:23 +0200 |
commit | e65fe6244b2131ce55c82d3ffb226521a9d8318e (patch) | |
tree | 0a589ed4b205e63b5e2bd709525a0d8230a8402c /ui | |
parent | 0f5f4d9e35c80cf56b28d64d8f548d6eaa826415 (diff) | |
download | AntennaPod-e65fe6244b2131ce55c82d3ffb226521a9d8318e.zip |
Make empty view more informative
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 3f074842b..35ccc9677 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -232,7 +232,6 @@ <string name="visit_website_label">Visit Website</string> <string name="skip_episode_label">Skip episode</string> <string name="reset_position">Reset Playback Position</string> - <string name="removed_item">Item removed</string> <string name="no_items_selected">No items selected</string> <!-- Download messages and labels --> @@ -338,10 +337,9 @@ <string name="no_history_label">After you listen to an episode, it will appear here.</string> <string name="no_all_episodes_head_label">No Episodes</string> <string name="no_all_episodes_label">When you add a podcast, the episodes will be shown here.</string> + <string name="no_all_episodes_filtered_label">Try clearing the filter to see more episodes.</string> <string name="no_inbox_head_label">No episodes in the inbox</string> <string name="no_inbox_label">When new episodes arrive, they will be shown here. You can then decide if you are interested in them or not.</string> - <string name="no_fav_episodes_head_label">No favorite episodes</string> - <string name="no_fav_episodes_label">You can add episodes to the favorites by long-pressing them.</string> <string name="no_subscriptions_head_label">No subscriptions</string> <string name="no_subscriptions_label">To subscribe to a podcast, press the plus icon below.</string> |