summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2018-04-05 18:45:36 +0200
committerGitHub <noreply@github.com>2018-04-05 18:45:36 +0200
commit5983e12a35b8a6605e16ca37127ce78aa5b45e56 (patch)
tree1773eb7ec23082dcfdbd0ad08acce93241b0dfd3 /core
parent9a0fc7779f23063f637783d92b36808916cf82b9 (diff)
parent67b01f6ec802b95732dec999d7dbc35ed9a2f0fa (diff)
downloadAntennaPod-5983e12a35b8a6605e16ca37127ce78aa5b45e56.zip
Merge pull request #2622 from ByteHamster/opml-success-message
Use generic export message instead of OPML
Diffstat (limited to 'core')
-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 -->