mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 11:20:47 +01: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"
|
||||
|
||||
Reference in New Issue
Block a user