diff options
author | nwuensche <Wuensche.Niklas@gmail.com> | 2022-03-04 17:24:38 +0100 |
---|---|---|
committer | nwuensche <Wuensche.Niklas@gmail.com> | 2022-03-04 17:24:38 +0100 |
commit | 57af1e7a57123c36623418ed80469d16aecabdf8 (patch) | |
tree | 921f2439db0677f3cbb59bf43f5cb282ae1186c0 /ui/i18n/src/main | |
parent | 42e36328e3bb6d4bda632da7586fdace912a34e0 (diff) | |
download | AntennaPod-57af1e7a57123c36623418ed80469d16aecabdf8.zip |
Fix typo
Diffstat (limited to 'ui/i18n/src/main')
-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 197d0c636..a75301df1 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -578,7 +578,7 @@ <string name="opml_import_summary">Import your subscriptions from another podcast app</string> <string name="database_export_summary">Transfer subscriptions, listened episodes and queue to AntennaPod on another device</string> <string name="database_import_summary">Import AntennaPod database from another device</string> - <string name="opml_import_label">OPML Import</string> + <string name="opml_import_label">OPML import</string> <string name="opml_add_podcast_label">Import podcast list (OPML)</string> <string name="opml_reader_error">An error has occurred while reading the OPML document:</string> <string name="opml_import_error_no_file">No file selected!</string> |