diff options
author | Fredrik Wallén <jojoman2@users.noreply.github.com> | 2024-04-05 20:45:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 20:45:26 +0200 |
commit | 00d6df6261f1e95d2461c12db6a5b80841713c1f (patch) | |
tree | ebc32b09ee16d40289383e135a1fed1dec9152e3 /ui/i18n | |
parent | 687db0f5ed13ab0ee4e3a9c09f85359d987a13c0 (diff) | |
download | AntennaPod-00d6df6261f1e95d2461c12db6a5b80841713c1f.zip |
Make it possible to sort the home screen (#7048)
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 6242d229f..6a4238779 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -69,6 +69,7 @@ <string name="deny_label">Deny</string> <string name="open_settings">Open settings</string> <string name="configure_home">Configure Home Screen</string> + <string name="section_hidden">Hidden</string> <!-- Download Statistics fragment --> <string name="total_size_downloaded_podcasts">Total size of episodes on the device</string> |