mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add text formatting send and receive support for conversations.
This commit is contained in:
committed by
Greyson Parrelli
parent
aa2075c78f
commit
cc490f4b73
@@ -5510,4 +5510,13 @@
|
||||
<!-- Button label on sms removal info/megaphone to start the export SMS flow -->
|
||||
<string name="SmsRemoval_export_sms">Export SMS</string>
|
||||
|
||||
<!-- Text Formatting -->
|
||||
<!-- Popup menu label for applying bold style -->
|
||||
<string name="TextFormatting_bold">Bold</string>
|
||||
<!-- Popup menu label for applying italic style -->
|
||||
<string name="TextFormatting_italic">Italic</string>
|
||||
<!-- Popup menu label for applying strikethrough style -->
|
||||
<string name="TextFormatting_strikethrough">Strikethrough</string>
|
||||
<!-- Popup menu label for applying monospace font style -->
|
||||
<string name="TextFormatting_monospace">Monospace</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user