Add double tap editing feature.

This commit is contained in:
mtang-signal
2024-04-25 17:24:21 -04:00
committed by Greyson Parrelli
parent 84e654efb2
commit ffc1463cda
13 changed files with 220 additions and 15 deletions

View File

@@ -3691,6 +3691,14 @@
<string name="conversation_group_options__conversation">Chat</string>
<string name="conversation_group_options__broadcast">Broadcast</string>
<!-- DoubleTapEditEducationSheet -->
<!-- Displayed as the title of the education bottom sheet -->
<string name="DoubleTapEditEducationSheet__double_tap_edit_title">Double tap to edit</string>
<!-- Text on the sheet explaining how double tapping on a message will let them edit it -->
<string name="DoubleTapEditEducationSheet__quickly_tap_twice">Quickly tap twice on your messages to edit them. You can edit your messages up to 24hrs after theyve been sent.</string>
<!-- Button label to dismiss sheet -->
<string name="DoubleTapEditEducationSheet__got_it">Got it</string>
<!-- text_secure_normal -->
<string name="text_secure_normal__menu_new_group">New group</string>
<string name="text_secure_normal__menu_settings">Settings</string>