Fix content description for send message button.

This commit is contained in:
Clark Chen
2023-12-22 14:22:10 -05:00
parent 4a102d44cb
commit e5652197eb
2 changed files with 3 additions and 1 deletions

View File

@@ -103,7 +103,7 @@ sealed class MessageSendType(
*/
@Parcelize
object SignalMessageSendType : MessageSendType(
titleRes = R.string.ConversationActivity_transport_signal,
titleRes = R.string.ConversationActivity_send_message_content_description,
composeHintRes = R.string.conversation_activity__type_message_push,
buttonDrawableRes = R.drawable.ic_send_lock_24,
menuDrawableRes = R.drawable.ic_secure_24,

View File

@@ -362,6 +362,8 @@
<string name="ConversationActivity_transport_insecure_mms">Insecure MMS</string>
<!-- A title for the option to send an SMS with a placeholder to put the name of their SIM card -->
<string name="ConversationActivity_transport_signal">Signal message</string>
<!-- The content description for button to send a message in a conversation -->
<string name="ConversationActivity_send_message_content_description">Send message</string>
<string name="ConversationActivity_lets_switch_to_signal">Let\'s switch to Signal %1$s</string>
<string name="ConversationActivity_specify_recipient">Please choose a contact</string>
<string name="ConversationActivity_attachment_exceeds_size_limits">Attachment exceeds size limits for the type of message you\'re sending.</string>