diff options
author | Mario <mario@mariovavti.com> | 2025-02-14 14:56:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-02-14 14:56:17 +0000 |
commit | 453f6a08a3c02a4e4f06aefbb1d34e71074f83bd (patch) | |
tree | 052c05578252f3c48dcc596ac32fad3b4801e8d9 /include | |
parent | b805f48c32b914eaacb2ec8e204215b77a86d132 (diff) | |
parent | b6560e545634a2092a967e4497212b407ff776f7 (diff) | |
download | volse-hubzilla-453f6a08a3c02a4e4f06aefbb1d34e71074f83bd.tar.gz volse-hubzilla-453f6a08a3c02a4e4f06aefbb1d34e71074f83bd.tar.bz2 volse-hubzilla-453f6a08a3c02a4e4f06aefbb1d34e71074f83bd.zip |
Merge branch 'highlight_mark_button3' into 'dev'
Highlight_mark_button3
See merge request hubzilla/core!2185
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index ee599c28d..a9dd8373a 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1255,6 +1255,7 @@ function hz_status_editor($x, $popup = false) { '$writefiles' => $writefiles, '$bold' => t('Bold'), '$italic' => t('Italic'), + '$highlighter' => t('Highlight selected text'), '$underline' => t('Underline'), '$quote' => t('Quote'), '$code' => t('Code'), |