mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
fixed some hardcoded strings
This commit is contained in:
committed by
Moxie Marlinspike
parent
e0394b4481
commit
ee921a8f49
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user