Show passphrase checkbox in create key

This commit is contained in:
Dominik Schürmann
2015-03-09 22:09:48 +01:00
committed by Adithya Abraham Philip
parent 5f0a468d9a
commit 3012001979
3 changed files with 27 additions and 0 deletions

View File

@@ -46,6 +46,13 @@
android:ems="10"
android:layout_gravity="center_horizontal" />
<CheckBox
android:id="@+id/create_key_show_passphrase"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:text="@string/label_show_passphrase" />
</LinearLayout>
</ScrollView>

View File

@@ -129,6 +129,7 @@
<string name="label_passphrase">"Passphrase"</string>
<string name="label_unlock">"Unlocking…"</string>
<string name="label_passphrase_again">"Repeat Passphrase"</string>
<string name="label_show_passphrase">"Show Passphrase"</string>
<string name="label_algorithm">"Algorithm"</string>
<string name="label_ascii_armor">"File ASCII Armor"</string>
<string name="label_file_ascii_armor">"Enable ASCII Armor"</string>