Merge pull request #6875 from vector-im/langleyd/6873_accessibility_labels

WYSIWYG: Accessibility labels
This commit is contained in:
David Langley
2022-10-14 08:49:20 +01:00
committed by GitHub
5 changed files with 39 additions and 1 deletions
+7 -1
View File
@@ -2494,7 +2494,7 @@ To enable access, tap Settings> Location and select Always";
// Mark: - WYSIWYG Composer
//Send Media Actions
// Send Media Actions
"wysiwyg_composer_start_action_media_picker" = "Photo Library";
"wysiwyg_composer_start_action_stickers" = "Stickers";
"wysiwyg_composer_start_action_attachments" = "Attachments";
@@ -2503,6 +2503,12 @@ To enable access, tap Settings> Location and select Always";
"wysiwyg_composer_start_action_camera" = "Camera";
"wysiwyg_composer_start_action_text_formatting" = "Text Formatting";
// Formatting Actions
"wysiwyg_composer_format_action_bold" = "Apply bold format";
"wysiwyg_composer_format_action_italic" = "Apply italic format";
"wysiwyg_composer_format_action_underline" = "Apply strikethrough format";
"wysiwyg_composer_format_action_strikethrough" = "Apply underline format";
// MARK: - MatrixKit