mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Add accessibility labels to navigate up button in ConversationFragment.
Addresses #12951.
This commit is contained in:
committed by
Nicholas
parent
bc88887195
commit
145377b05f
@@ -499,6 +499,10 @@
|
||||
<string name="ConversationFragment__update_build">Update Signal</string>
|
||||
<!-- Action shown to allow a user to re-register as they are no longer registered -->
|
||||
<string name="ConversationFragment__reregister_signal">Re-register Signal</string>
|
||||
<!-- Label for a button displayed in the conversation toolbar to return to the previous screen. -->
|
||||
<string name="ConversationFragment__content_description_back_button">Navigate back.</string>
|
||||
<!-- Label for a button displayed in the conversation toolbar to open the main screen of the app. -->
|
||||
<string name="ConversationFragment__content_description_launch_signal_button">Open Signal</string>
|
||||
<!-- Label for a button displayed in conversation list to clear the chat filter -->
|
||||
<string name="ConversationListFragment__clear_filter">Clear filter</string>
|
||||
<!-- Notice on chat list when no unread chats are available, centered on display -->
|
||||
@@ -6114,5 +6118,6 @@
|
||||
<!-- Body of a dialog that is displayed when we experienced a network error when looking up a username. -->
|
||||
<string name="UsernameLinkSettings_qr_result_network_error">Experienced a network error. Please try again.</string>
|
||||
|
||||
|
||||
<!-- EOF -->
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user