1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-11 20:45:52 +00:00

Add warning that exported private key may be stored in an unsafe location

This commit is contained in:
Martin Carpella 2015-11-17 23:02:58 +01:00
parent 994a549447
commit 19c54ae3f5

View file

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