Merge pull request #488 from alexbakker/explain-backups

Clarify that backups are automatic in the preference summary
This commit is contained in:
Michael Schättgen 2020-07-04 12:03:38 +02:00 committed by GitHub
commit 3e0a97dbe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@
<string name="pref_import_file_title">Import from file</string>
<string name="pref_import_file_summary">Import tokens from a file</string>
<string name="pref_backups_title">Backup the vault</string>
<string name="pref_backups_summary">Create backups of the vault on external storage. This is only supported for encrypted vaults.</string>
<string name="pref_backups_summary">Automatically create backups of the vault on external storage when changes are made. This is only supported for encrypted vaults.</string>
<string name="pref_backups_location_title">Directory for backup files</string>
<string name="pref_backups_location_summary">Backups will be stored at</string>
<string name="pref_backups_trigger_title">Trigger backup</string>