1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-25 22:01:16 +00:00

Merge pull request #503 from capi/warn-unsecure-export

Add warning that exported private key may be stored in an unsafe location
This commit is contained in:
Felix Ableitner 2015-11-18 00:27:29 +01:00
commit 836a7c01ba

View file

@ -137,7 +137,7 @@
<string name="folder_path_required">The folder path must not be empty</string>
<!-- Dialog shown before config export -->
<string name="dialog_confirm_export">Do you really want to export your configuration? Existing files will be overwritten.</string>
<string name="dialog_confirm_export">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.</string>
<!-- Dialog shown before config import -->
<string name="dialog_confirm_import">Do you really want to import a new configuration? Existing files will be overwritten.</string>