mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 20:23:19 +00:00
Fix content description for send message button.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user