summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorTony Tam <engineer.tonytam@pm.me>2020-04-06 15:08:40 -0700
committerGitHub <noreply@github.com>2020-04-07 00:08:40 +0200
commitb6eba9cc61e5c0fb041408bb6c0caca2a73f247b (patch)
treeed7b1df01816a50783ed63e320d70bb6cd36fda9 /core/src/main/res
parentda5a715860e815c05c6e95d8dad6e0363fc20001 (diff)
downloadAntennaPod-b6eba9cc61e5c0fb041408bb6c0caca2a73f247b.zip
show a warning dialog when importing a database (#4011)
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index ac402946e..8abd70588 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -561,6 +561,7 @@
<string name="html_export_label">HTML export</string>
<string name="database_export_label">Database export</string>
<string name="database_import_label">Database import</string>
+ <string name="database_import_warning">Importing a database will replace all of your current subscriptions and playing history. You should export your current database as a backup. Do you want to replace?</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="export_error_label">Export error</string>
<string name="export_success_title">Export successful</string>