From 97ceb89309faee896bcbb6a965b01c1a1e00be18 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 14 Nov 2021 19:55:50 -0500 Subject: [PATCH] [frio] Wire edit form formatting button aria labels --- mod/editpost.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mod/editpost.php b/mod/editpost.php index cc72dbd3c2..9f9041811e 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -130,6 +130,15 @@ function editpost_content(App $a) '$cancel' => DI::l10n()->t('Cancel'), '$rand_num' => Crypto::randomDigits(12), + // Formatting button labels + '$edbold' => DI::l10n()->t('Bold'), + '$editalic' => DI::l10n()->t('Italic'), + '$eduline' => DI::l10n()->t('Underline'), + '$edquote' => DI::l10n()->t('Quote'), + '$edcode' => DI::l10n()->t('Code'), + '$edurl' => DI::l10n()->t('Link'), + '$edattach' => DI::l10n()->t('Link or Media'), + //jot nav tab (used in some themes) '$message' => DI::l10n()->t('Message'), '$browser' => DI::l10n()->t('Browser'), -- 2.39.5