From 19c54ae3f5aacdae049a6e985b1fa914f10b577b Mon Sep 17 00:00:00 2001 From: Martin Carpella Date: Tue, 17 Nov 2015 23:02:58 +0100 Subject: [PATCH] Add warning that exported private key may be stored in an unsafe location --- src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index f85f7a32..bba5f32e 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -137,7 +137,7 @@ The folder path must not be empty - Do you really want to export your configuration? Existing files will be overwritten. + Do you really want to export your configuration? Existing files will be overwritten.\n\nWARNING! Other applications may be able to read the private key from the backup location and use it to download/modify synchronized files. Do you really want to import a new configuration? Existing files will be overwritten.