diff --git a/app/src/main/java/app/passwordstore/ui/settings/PGPSettings.kt b/app/src/main/java/app/passwordstore/ui/settings/PGPSettings.kt index 7be4a268..e3c3e90c 100644 --- a/app/src/main/java/app/passwordstore/ui/settings/PGPSettings.kt +++ b/app/src/main/java/app/passwordstore/ui/settings/PGPSettings.kt @@ -33,7 +33,8 @@ class PGPSettings(private val activity: FragmentActivity) : SettingsProvider { persistent = true } switch(Feature.EnableGPGPassphraseCache.configKey) { - titleRes = R.string.pref_title_passphrase_cache + titleRes = R.string.pref_passphrase_cache_title + summaryRes = R.string.pref_passphrase_cache_summary defaultValue = false } } 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 @@ Import PGP key Key manager Encrypt in ASCII armor mode + Enable passphrase caching + WARNING: this feature is functional but very experimental. Generate Password @@ -371,5 +373,4 @@ Import a key using the add button below No keys imported There are no PGP keys imported in the app yet, press the button below to pick a key file - Enable passphrase caching