Changed Disable passphrase summary and title text to reference strings.xml
This commit is contained in:
parent
719d791962
commit
10fd757cb4
1 changed files with 4 additions and 4 deletions
|
@ -122,14 +122,14 @@
|
|||
|
||||
<CheckBoxPreference android:key="pref_disable_passphrase"
|
||||
android:defaultValue="false"
|
||||
android:title="Disable Passphrase"
|
||||
android:disableDependentsState="true"
|
||||
android:summary="Disable local encryption of messages and keys"/>
|
||||
android:title="@string/preferences__disable_passphrase"
|
||||
android:summary="@string/preferences__disable_local_encryption_of_messages_and_keys"
|
||||
android:disableDependentsState="true"/>
|
||||
|
||||
<CheckBoxPreference android:defaultValue="false"
|
||||
android:key="pref_timeout_passphrase"
|
||||
android:summary="@string/preferences__forget_passphrase_from_memory_after_some_interval"
|
||||
android:title="@string/preferences__timeout_passphrase"
|
||||
android:summary="@string/preferences__forget_passphrase_from_memory_after_some_interval"
|
||||
android:dependency="pref_disable_passphrase"/>
|
||||
|
||||
<org.thoughtcrime.securesms.preferences.PassphraseTimeoutPreference
|
||||
|
|
Loading…
Add table
Reference in a new issue