diff options
author | ByteHamster <info@bytehamster.com> | 2018-01-21 22:58:18 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2018-01-21 23:37:41 +0100 |
commit | 8b041be8aac7f3d6f6f0ece37b4107126c8f3ea2 (patch) | |
tree | b50dbd9804771dcba03065c539437345940f8ce5 /core | |
parent | 34a5d7eb17d2074d746107abcdc6872ae7ad285c (diff) | |
download | AntennaPod-8b041be8aac7f3d6f6f0ece37b4107126c8f3ea2.zip |
Improved export success wording (Closes #2545)
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 2ee295997..f0eed3e38 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -667,7 +667,7 @@ <string name="label_import">Import</string> <string name="label_export">Export</string> <string name="import_select_file">Select file to import</string> - <string name="export_ok">Export successful. The database was written to the SD card.</string> + <string name="export_ok">Export successful.</string> <string name="import_ok">Import successful.\n\nPlease press OK to restart AntennaPod</string> <!-- Casting --> |