1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Added wysiwyg code block edit tooltip

For easier editing access on mobile devices where previous doubleclick
does not work so well.
For #2815
This commit is contained in:
Dan Brown
2022-10-15 15:47:34 +01:00
parent 6adc642d2f
commit 0269f5122e
2 changed files with 18 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ return [
'insert_link_title' => 'Insert/Edit Link',
'insert_horizontal_line' => 'Insert horizontal line',
'insert_code_block' => 'Insert code block',
'edit_code_block' => 'Edit code block',
'insert_drawing' => 'Insert/edit drawing',
'drawing_manager' => 'Drawing manager',
'insert_media' => 'Insert/edit media',