summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-10-16 09:15:42 +0200
committerGitHub <noreply@github.com>2020-10-16 09:15:42 +0200
commit66c85df9cad05f2f946a0ae180cec66a13d0f4c0 (patch)
treef4fe390d69baddcdfb857082601f9988a45d012e /core
parente9285fba2f9e446702a0a5aff14bb0a475773951 (diff)
parent4e49a735363483ad510406a53361ea6b318fbc62 (diff)
downloadAntennaPod-66c85df9cad05f2f946a0ae180cec66a13d0f4c0.zip
Merge pull request #4539 from Xeitor/import_tittle
Style 'Import successful' dialog
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 67eaa4351..51bcd88da 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -584,7 +584,8 @@
<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>
<string name="import_select_file">Select file to import</string>
- <string name="import_ok">Import successful.\n\nPlease press OK to restart AntennaPod</string>
+ <string name="successful_import_label">Import successful</string>
+ <string name="import_ok">Please press OK to restart AntennaPod</string>
<string name="import_no_downgrade">This database was exported with a newer version of AntennaPod. Your current installation does not yet know how to handle this file.</string>
<string name="favorites_export_label">Favorites export</string>
<string name="favorites_export_summary">Export saved favorites to file</string>