diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-11-05 16:06:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-05 16:06:20 +0100 |
commit | 0a6a3d6854d5ca3e5a1d6d5f86d8b7fd7428e401 (patch) | |
tree | ba6ee3c1932eb1ebecdc34bd93b6aefbe6c1f2a4 /ui | |
parent | 34c7fd576f5c92898da564f69c153aa72697d4fd (diff) | |
download | AntennaPod-0a6a3d6854d5ca3e5a1d6d5f86d8b7fd7428e401.zip |
Add button to share exported database export (#6746)
Also hide path, is not accessible on recent Android versions anyway.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index a35f5ab90..493e8672c 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -138,7 +138,6 @@ <string name="feed_auto_download_never">Never</string> <string name="feed_new_episodes_action_add_to_inbox">Add to inbox</string> <string name="feed_new_episodes_action_nothing">Nothing</string> - <string name="send_label">Send…</string> <string name="episode_cleanup_never">Never</string> <string name="episode_cleanup_except_favorite_removal">When not favorited</string> <string name="episode_cleanup_queue_removal">When not in queue</string> @@ -590,7 +589,6 @@ <string name="please_wait">Please wait…</string> <string name="export_error_label">Export error</string> <string name="export_success_title">Export successful</string> - <string name="export_success_sum">The exported file was written to:\n\n%1$s</string> <string name="opml_import_ask_read_permission">Access to external storage is required to read the OPML file</string> <string name="successful_import_label">Import successful</string> <string name="import_ok">Please press OK to restart AntennaPod</string> |