summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJessieVela <33134794+JessieVela@users.noreply.github.com>2020-03-10 02:03:51 -0700
committerGitHub <noreply@github.com>2020-03-10 10:03:51 +0100
commitff699ac4ecfd37410f1072e893f9c78cfc200ee2 (patch)
tree7ad69cab484b35b33c3f1474addeeb151c07f176 /core
parentfef4fb9a6b24abdd34dce630f2197f478cae7b3d (diff)
downloadAntennaPod-ff699ac4ecfd37410f1072e893f9c78cfc200ee2.zip
Change display of text from Download queued to Download pending (#3916)
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/values/strings.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 7612e9706..888722734 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
- <!-- Activitiy and fragment titles -->
+ <!-- Activity and fragment titles -->
<string name="app_name" translate="false">AntennaPod</string>
<string name="provider_authority" translate="false">de.danoeh.antennapod.provider</string>
<string name="feed_update_receiver_name">Update Subscriptions</string>
@@ -102,7 +102,6 @@
<string name="feed_volume_reduction_light">Light</string>
<string name="feed_volume_reduction_heavy">Heavy</string>
<string name="parallel_downloads_suffix">\u0020parallel downloads</string>
- <string name="download_queued">Download queued</string>
<string name="feed_auto_download_global">Global default</string>
<string name="feed_auto_download_always">Always</string>
<string name="feed_auto_download_never">Never</string>