diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-09-10 11:58:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 11:58:01 +0200 |
commit | a63948ec6d9f42ce1350c3e3a9a8233b1acbe431 (patch) | |
tree | c94bf6e135a153a42c894d40656ec4b047d63854 /ui | |
parent | 45e625d988f1c5326fc6272d2fc82f49a050922d (diff) | |
parent | c42ed1d1874142f52385ad1c7ce45bffa17e4981 (diff) | |
download | AntennaPod-a63948ec6d9f42ce1350c3e3a9a8233b1acbe431.zip |
Merge pull request #6048 from ByteHamster/loading-dummy
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"> |