diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2018-01-22 13:18:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 13:18:28 +0100 |
commit | 77b199d0058574d5f6a011c3231b8656753dbce7 (patch) | |
tree | 22f6aedde35b6edfcf242966bde9598a69e0c12c /core | |
parent | 961a68022b3fc51cff222962b7821796b6f70179 (diff) | |
parent | 8b041be8aac7f3d6f6f0ece37b4107126c8f3ea2 (diff) | |
download | AntennaPod-77b199d0058574d5f6a011c3231b8656753dbce7.zip |
Merge pull request #2547 from ByteHamster/improve-export-naming
Improved 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 --> |