diff options
author | loucasal <loucasal@users.noreply.github.com> | 2024-03-30 11:19:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-30 11:19:41 +0100 |
commit | bf1bd5618639e790511188dfba8294b9bdc9b62b (patch) | |
tree | 8b88d947d6e90f98bb5140464b33ae67d7c2b1c1 | |
parent | d76b6f63ee62d00c728276062344c85238ee8306 (diff) | |
download | AntennaPod-bf1bd5618639e790511188dfba8294b9bdc9b62b.zip |
Update string to sentence case (#7045)
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 44cf707b5..0740b2734 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -763,7 +763,7 @@ <string name="search_fyyd_label">Search fyyd</string> <string name="gpodnet_search_hint">Search gpodder.net</string> <string name="advanced">Advanced</string> - <string name="add_podcast_by_url">Add Podcast by RSS address</string> + <string name="add_podcast_by_url">Add podcast by RSS address</string> <string name="add_podcast_by_url_hint" translatable="false">www.example.com/feed</string> <string name="discover">Discover</string> <string name="discover_hide">Hide</string> |