diff options
author | ByteHamster <info@bytehamster.com> | 2022-08-28 16:52:29 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-08-30 18:45:41 +0200 |
commit | c42ed1d1874142f52385ad1c7ce45bffa17e4981 (patch) | |
tree | 185a38860db52271ca1c7f533cf01fb8687fe1a6 /ui | |
parent | 4c88a1aa69b698284ab0f70e55f059bcd514e654 (diff) | |
download | AntennaPod-c42ed1d1874142f52385ad1c7ce45bffa17e4981.zip |
Use dummy items instead of loading progress bar
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index a19a60892..1a748778f 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -146,7 +146,6 @@ <item quantity="one">%d episode</item> <item quantity="other">%d episodes</item> </plurals> - <string name="loading_more">Loading moreā¦</string> <string name="episode_notification">Episode Notifications</string> <string name="episode_notification_summary">Show a notification when a new episode is released.</string> <plurals name="new_episode_notification_message"> |