Changed Disable passphrase summary and title text to reference strings.xml

fork-5.53.8
joeykrim 2013-07-12 23:15:40 -04:00
rodzic 719d791962
commit 10fd757cb4
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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