Added description to Setting, Changed title to suggested one

This commit is contained in:
Daniel Albert 2014-07-17 20:01:53 +02:00
parent f15df98ab5
commit 01046fc0e7
2 changed files with 5 additions and 3 deletions

View File

@ -109,7 +109,8 @@
<string name="label_passphrase_again">Again</string> <string name="label_passphrase_again">Again</string>
<string name="label_algorithm">Algorithm</string> <string name="label_algorithm">Algorithm</string>
<string name="label_ascii_armor">ASCII Armor</string> <string name="label_ascii_armor">ASCII Armor</string>
<string name="label_conceal_pgp_application">Conceal PGP Application (OpenKeychain)</string> <string name="label_conceal_pgp_application">Let others know that you're using OpenKeychain</string>
<string name="label_conceal_pgp_application_summary">Writes 'OpenKeychain v2.7' to OpenPGP signatures, ciphertext, and exported keys</string>
<string name="label_select_public_keys">Recipients</string> <string name="label_select_public_keys">Recipients</string>
<string name="label_delete_after_encryption">Delete After Encryption</string> <string name="label_delete_after_encryption">Delete After Encryption</string>
<string name="label_delete_after_decryption">Delete After Decryption</string> <string name="label_delete_after_decryption">Delete After Decryption</string>

View File

@ -42,12 +42,13 @@
<CheckBoxPreference <CheckBoxPreference
android:key="concealPgpApplication" android:key="concealPgpApplication"
android:persistent="false" android:persistent="false"
android:title="@string/label_conceal_pgp_application" /> android:title="@string/label_conceal_pgp_application"
android:summary="@string/label_conceal_pgp_application_summary" />
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory android:title="@string/section_advanced" > <PreferenceCategory android:title="@string/section_advanced" >
<CheckBoxPreference <CheckBoxPreference
android:key="forceV3Signatures" android:key="forceV3Signatures"
android:persistent="false" android:persistent="false"
android:title="@string/label_force_v3_signature" /> android:title="@string/label_force_v3_signature"/>
</PreferenceCategory> </PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>