fixed some hardcoded strings

This commit is contained in:
Benedict Pregler
2014-03-01 15:18:59 +01:00
committed by Moxie Marlinspike
parent e0394b4481
commit ee921a8f49
3 changed files with 7 additions and 3 deletions

View File

@@ -58,7 +58,7 @@
android:orientation="horizontal">
<Button android:id="@+id/skip_button"
android:text="Skip"
android:text="@string/create_passphrase_activity__skip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="5dip"
@@ -66,7 +66,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"/>
<Button android:id="@+id/ok_button"
android:text="Create"
android:text="@string/create_passphrase_activity__create"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"

View File

@@ -76,7 +76,7 @@
android:orientation="horizontal">
<Button android:id="@+id/skipButton"
android:text="Skip"
android:text="@string/registration_activity__skip"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginRight="5dip"