summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-04-05 16:22:45 +0200
committerByteHamster <info@bytehamster.com>2018-04-05 16:26:01 +0200
commit67b01f6ec802b95732dec999d7dbc35ed9a2f0fa (patch)
tree62bbcb8b58afe842432ba10f365623be6c7649f7 /core/src/main/res/values
parent43f450433eb91a698fcb2a9214cd4b3df2ca7d2e (diff)
downloadAntennaPod-67b01f6ec802b95732dec999d7dbc35ed9a2f0fa.zip
Use generic export message instead of OPML
The same message is shown for HTML and OPML. Fixes #2462. Additionally, using string formatting now instead of just "+"
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index f0eed3e38..fc176dc1a 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -475,8 +475,8 @@
<string name="html_export_label">HTML export</string>
<string name="exporting_label">Exporting&#8230;</string>
<string name="export_error_label">Export error</string>
- <string name="opml_export_success_title">OPML Export successful.</string>
- <string name="opml_export_success_sum">The .opml file was written to:\u0020</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>
<!-- Sleep timer -->