diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e0a1d3b7..9dc739ad 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -134,6 +134,8 @@ <string name="pref_import_pgp_key_title">Import PGP key</string> <string name="pref_pgp_key_manager_title">Key manager</string> <string name="pref_pgp_ascii_armor_title">Encrypt in ASCII armor mode</string> + <string name="pref_passphrase_cache_title">Enable passphrase caching</string> + <string name="pref_passphrase_cache_summary">WARNING: this feature is functional but very experimental.</string> <!-- PasswordGenerator fragment --> <string name="pwgen_title">Generate Password</string> @@ -371,5 +373,4 @@ <string name="pgp_key_manager_no_keys_guidance">Import a key using the add button below</string> <string name="no_keys_imported_dialog_title">No keys imported</string> <string name="no_keys_imported_dialog_message">There are no PGP keys imported in the app yet, press the button below to pick a key file</string> - <string name="pref_title_passphrase_cache">Enable passphrase caching</string> </resources> |