Clear some tooltips after restore, remove some legacy ones entirely.

This commit is contained in:
Greyson Parrelli
2025-09-03 11:23:16 -04:00
parent 08a8c56d5c
commit b44cd5d4c4
8 changed files with 7 additions and 87 deletions

View File

@@ -553,15 +553,6 @@
<!-- Toast message shown when trying to record a voice message during an ongoing call -->
<string name="ConversationFragment_cannot_record_voice_message_during_call">Cannot record voice message during call.</string>
<!-- Title for dialog shown when first sending formatted text -->
<string name="SendingFormattingTextDialog_title">Sending formatted text</string>
<!-- Message for dialog shown when first sending formatted text -->
<string name="SendingFormattingTextDialog_message">Some people may be using a version of Signal that doesn\'t support formatted text. They will not be able to see the formatting changes you\'ve made to your message.</string>
<!-- Button text for confirming they\'d like to send the message with formatting after seeing warning. -->
<string name="SendingFormattingTextDialog_send_anyway_button">Send anyway</string>
<!-- Button text for canceling sending the message with formatting after seeing warning. -->
<string name="SendingFormattingTextDialog_cancel_send_button">Cancel</string>
<!-- ConversationAdapter -->
<plurals name="ConversationAdapter_n_unread_messages">
<item quantity="one">%d unread message</item>
@@ -7621,15 +7612,6 @@
<!-- Title shown at top of bottom sheet dialog for displaying a message\'s edit history -->
<string name="EditMessageHistoryDialog_title">Edit history</string>
<!-- Title of dialog shown alerting user that edit message is in beta only -->
<string name="SendingEditMessageBetaOnlyDialog_title">Edit Message</string>
<!-- Body of dialog shown alerting user that edit message is in beta only and only sent to beta users. -->
<string name="SendingEditMessageBetaOnlyDialog_body">If you edit a message, it will only be visible to people who are on the latest versions of Signal. They will be able to see you edited a message.</string>
<!-- Button to cancel sending edit message as it is beta only -->
<string name="SendingEditMessageBetaOnlyDialog_cancel">Cancel</string>
<!-- Button to continue sending edit message despite it being beta only -->
<string name="SendingEditMessageBetaOnlyDialog_send">Send</string>
<!-- CallLinkDetailsFragment -->
<!-- Displayed in action bar at the top of the fragment -->