diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-05-06 22:52:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 22:52:02 +0200 |
commit | 01bddcc0a9c214d6432493f4a881370c9328cf11 (patch) | |
tree | 110d085de7c26082fbc5d69307ba67517d734420 /ui | |
parent | dfcc342c57e263754bf145501cd237c7570debd2 (diff) | |
download | AntennaPod-01bddcc0a9c214d6432493f4a881370c9328cf11.zip |
Move download logs to a button on the downloads page instead of a tab (#5866)
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index c8ac13f5a..8985ab38b 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -18,8 +18,7 @@ <string name="settings_label">Settings</string> <string name="downloads_label">Downloads</string> <string name="open_autodownload_settings">Open Settings</string> - <string name="downloads_completed_label">Completed</string> - <string name="downloads_log_label">Log</string> + <string name="downloads_log_label">Download Log</string> <string name="subscriptions_label">Subscriptions</string> <string name="subscriptions_list_label">Subscriptions List</string> <string name="cancel_download_label">Cancel Download</string> |