From 67b01f6ec802b95732dec999d7dbc35ed9a2f0fa Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Thu, 5 Apr 2018 16:22:45 +0200 Subject: 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 "+" --- core/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src') 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 @@ HTML export Exporting… Export error - OPML Export successful. - The .opml file was written to:\u0020 + Export successful + The exported file was written to:\n\n%1$s Access to external storage is required to read the OPML file -- cgit v1.2.3