mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 14:19:53 +01:00
Reuse existing string (same kind of context)
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/margin_medium"
|
android:layout_margin="@dimen/margin_medium"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:text="@string/old_android_create_new_account"
|
android:text="@string/create_new_account"
|
||||||
android:textSize="@dimen/text_size_large" />
|
android:textSize="@dimen/text_size_large" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|||||||
@@ -65,7 +65,6 @@
|
|||||||
<string name="create_new_account">You will need to create a new account, but you can use the same nickname.</string>
|
<string name="create_new_account">You will need to create a new account, but you can use the same nickname.</string>
|
||||||
<string name="download_briar_button">Download Latest Release</string>
|
<string name="download_briar_button">Download Latest Release</string>
|
||||||
<string name="old_android_expiry_date_reached">Briar no longer runs on Android 4.\nPlease install Briar on a newer device.</string>
|
<string name="old_android_expiry_date_reached">Briar no longer runs on Android 4.\nPlease install Briar on a newer device.</string>
|
||||||
<string name="old_android_create_new_account">You will need to create a new account, but you can use the same nickname.</string>
|
|
||||||
<string name="old_android_delete_account">You can tap the button below to delete your account from this device.</string>
|
<string name="old_android_delete_account">You can tap the button below to delete your account from this device.</string>
|
||||||
<string name="delete_account_button">Delete Account</string>
|
<string name="delete_account_button">Delete Account</string>
|
||||||
<string name="startup_open_database">Decrypting Database…</string>
|
<string name="startup_open_database">Decrypting Database…</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user