Added description to Setting, Changed title to suggested one
This commit is contained in:
@@ -42,12 +42,13 @@
|
||||
<CheckBoxPreference
|
||||
android:key="concealPgpApplication"
|
||||
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 android:title="@string/section_advanced" >
|
||||
<CheckBoxPreference
|
||||
android:key="forceV3Signatures"
|
||||
android:persistent="false"
|
||||
android:title="@string/label_force_v3_signature" />
|
||||
android:title="@string/label_force_v3_signature"/>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user