summaryrefslogtreecommitdiff
path: root/ui/i18n/src/main
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-03-17 00:12:29 +0100
committerByteHamster <info@bytehamster.com>2022-03-17 00:12:29 +0100
commit33e9e57d6edaa371e0cac422be4223e0ac3c576c (patch)
tree892abd71c7e42d7c1c9f7f726e7b4b3f8e0e3e88 /ui/i18n/src/main
parent3b47deb7052aee1036416401eada6b680fd8c713 (diff)
downloadAntennaPod-33e9e57d6edaa371e0cac422be4223e0ac3c576c.zip
Simplify download notification title
Diffstat (limited to 'ui/i18n/src/main')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index b29728d16..ef07e0000 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -279,6 +279,8 @@
</plurals>
<string name="completing">Completing…</string>
<string name="download_notification_title">Downloading podcast data</string>
+ <string name="download_notification_title_feeds">Refreshing podcasts</string>
+ <string name="download_notification_title_episodes">Downloading episodes</string>
<string name="download_log_title_unknown">Unknown Title</string>
<string name="download_type_feed">Feed</string>
<string name="download_type_media">Media file</string>