diff options
author | ByteHamster <info@bytehamster.com> | 2021-07-26 20:58:10 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-07-26 20:58:10 +0200 |
commit | bc59d50804328f3c5a293079a33576ff260022ea (patch) | |
tree | c369253e816e85337af1aa51f820452698e99ff7 /core/src/main/res/values | |
parent | dbac6cae4666f89e3ccb8ecbc2f1c5b06e381fa5 (diff) | |
parent | 8b183915bee1419a0577196b19414529fca75432 (diff) | |
download | AntennaPod-bc59d50804328f3c5a293079a33576ff260022ea.zip |
Merge branch 'master' into develop
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 578af2900..9523ff5f2 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -269,7 +269,7 @@ <item quantity="one">%d download left</item> <item quantity="other">%d downloads left</item> </plurals> - <string name="service_shutting_down">Service shutting down</string> + <string name="completing">Completing…</string> <string name="download_notification_title">Downloading podcast data</string> <string name="download_log_title_unknown">Unknown Title</string> <string name="download_type_feed">Feed</string> |