Messaging: Move "Start chat" string to cm_strings.xml
* We don't have strings.xml in the translation pipe yet so move it to our own strings instead * Add an explainer comment as well Change-Id: I392837e194c7c5d5b4b44d5cbba2ef2f521857ed
This commit is contained in:
@@ -21,4 +21,7 @@
|
|||||||
|
|
||||||
<!-- Notification channel -->
|
<!-- Notification channel -->
|
||||||
<string name="notification_channel_messages_title">Messages</string>
|
<string name="notification_channel_messages_title">Messages</string>
|
||||||
|
|
||||||
|
<!-- Start new chat button on the main screen -->
|
||||||
|
<string name="start_chat">Start chat</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -801,6 +801,4 @@
|
|||||||
|
|
||||||
<!-- When making a call to emergency numbers, show this toast -->
|
<!-- When making a call to emergency numbers, show this toast -->
|
||||||
<string name="disallow_emergency_call">Can\'t make a voice call to emergency services here.</string>
|
<string name="disallow_emergency_call">Can\'t make a voice call to emergency services here.</string>
|
||||||
|
|
||||||
<string name="start_chat">Start chat</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user