diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-10-22 13:14:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-22 13:14:36 +0200 |
commit | 0b7403e1ddd9d1ef2910d4ffabfb377fe3b11b3c (patch) | |
tree | ecb8b5cea9f2c987c9c7b8fea8a7a04df193268a /ui/i18n | |
parent | 61669d32fabb4f371373cc7210efd159e181ae30 (diff) | |
download | AntennaPod-0b7403e1ddd9d1ef2910d4ffabfb377fe3b11b3c.zip |
Some more accessibility tweaks (#6713)
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 60efb28e7..585701a9f 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -682,6 +682,7 @@ <string name="is_inbox_label">Episode is in the inbox</string> <string name="load_next_page_label">Load next page</string> <string name="position">Position: %1$s</string> + <string name="remaining_time">Remaining time: %1$s</string> <string name="apply_action">Apply action</string> <string name="play_chapter">Play chapter</string> <string name="prev_chapter">Previous chapter</string> |