This commit is contained in:
Dominik Schürmann 2015-03-23 23:04:35 +01:00
parent 827d122ab0
commit eeccd7cd14
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.sufficientlysecure.keychain"
android:installLocation="auto"
android:versionCode="31202"
android:versionName="3.2beta2">
android:versionCode="31203"
android:versionName="3.2beta3">
<!--
General remarks

View File

@ -1185,7 +1185,7 @@
<!-- First Time -->
<string name="first_time_text1">"Take back your privacy with OpenKeychain!"</string>
<string name="first_time_create_key">"Create my key (recommended)"</string>
<string name="first_time_create_key">"Create my key"</string>
<string name="first_time_import_key">"Import key from file"</string>
<string name="first_time_yubikey">"Use YubiKey NEO"</string>
<string name="first_time_skip">"Skip Setup"</string>