forked from mirror/monocles_chat
Add translatable string
This commit is contained in:
parent
bd79fef992
commit
0e97696bc8
2 changed files with 2 additions and 1 deletions
|
@ -235,7 +235,7 @@
|
||||||
android:minWidth="0dp"
|
android:minWidth="0dp"
|
||||||
android:layout_marginTop="32dp"
|
android:layout_marginTop="32dp"
|
||||||
android:layout_marginRight="-13dp"
|
android:layout_marginRight="-13dp"
|
||||||
android:text="Related Chats" />
|
android:text="@string/related_chats" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/jid"
|
android:id="@+id/jid"
|
||||||
|
|
|
@ -1164,4 +1164,5 @@
|
||||||
<string name="encrypted_with_otr">Encrypted with OTR</string>
|
<string name="encrypted_with_otr">Encrypted with OTR</string>
|
||||||
<string name="could_not_add_reaction">Could not add reaction</string>
|
<string name="could_not_add_reaction">Could not add reaction</string>
|
||||||
<string name="add_reaction">Add reaction…</string>
|
<string name="add_reaction">Add reaction…</string>
|
||||||
|
<string name="related_chats">Related chats</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Reference in a new issue