diff options
author | ByteHamster <info@bytehamster.com> | 2022-07-30 21:42:07 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-07-30 21:50:14 +0200 |
commit | 8dc9dd888e1e1252fe422341720f7e45f05954cd (patch) | |
tree | b4b135a5d678ff533366c63ae8d3e2fa97dd39c4 /ui | |
parent | 4f2ba0b58eadcda69693025319e96cfee79b2ce7 (diff) | |
download | AntennaPod-8dc9dd888e1e1252fe422341720f7e45f05954cd.zip |
Remove storage error activity
We fall back to the internal memory silently, so these code paths are
never actually called.
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 a41367e24..564c24bb6 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -95,7 +95,6 @@ <string name="error_label">Error</string> <string name="error_msg_prefix">An error occurred:</string> <string name="refresh_label">Refresh</string> - <string name="external_storage_error_msg">No external storage is available. Please make sure that external storage is mounted so that the app can work properly.</string> <string name="chapters_label">Chapters</string> <string name="chapter_duration">Duration: %1$s</string> <string name="description_label">Description</string> |