mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 12:16:55 +01:00
Start DM - Rename action button to "go"
This commit is contained in:
parent
ba3d350127
commit
26d1a12b74
@ -4,7 +4,7 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/action_create_direct_room"
|
||||
android:title="@string/create_room_action_create"
|
||||
android:title="@string/create_room_action_go"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
||||
|
@ -1623,6 +1623,7 @@
|
||||
|
||||
<!-- Create room screen -->
|
||||
<string name="create_room_action_create">"CREATE"</string>
|
||||
<string name="create_room_action_go">Go</string>
|
||||
<string name="create_room_name_section">"Room name"</string>
|
||||
<string name="create_room_name_hint">"Name"</string>
|
||||
<string name="create_room_topic_section">"Room topic (optional)"</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user