mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Change button text to match name of action.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
style="@style/BriarButtonFlat.Positive"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/set_alias"/>
|
||||
android:text="@string/set_alias_button"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<string name="message_hint">Type message</string>
|
||||
<string name="set_contact_alias">Change contact name</string>
|
||||
<string name="set_contact_alias_hint">Contact name</string>
|
||||
<string name="set_alias">Set</string>
|
||||
<string name="set_alias_button">Change</string>
|
||||
<string name="delete_contact">Delete contact</string>
|
||||
<string name="dialog_title_delete_contact">Confirm Contact Deletion</string>
|
||||
<string name="dialog_message_delete_contact">Are you sure that you want to remove this contact and all messages exchanged with this contact?</string>
|
||||
|
||||
Reference in New Issue
Block a user