X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c8b6f622f43874ceeef0fda0ddbbef724f8a1694..refs/pull/3247/head:/resources/lang/en/editor.php diff --git a/resources/lang/en/editor.php b/resources/lang/en/editor.php index ed40133e4..e84d60a7d 100644 --- a/resources/lang/en/editor.php +++ b/resources/lang/en/editor.php @@ -23,6 +23,7 @@ return [ 'bottom' => 'Bottom', 'width' => 'Width', 'height' => 'Height', + 'More' => 'More', // Toolbar 'formats' => 'Formats', @@ -32,7 +33,7 @@ return [ 'header_tiny' => 'Tiny Header', 'paragraph' => 'Paragraph', 'blockquote' => 'Blockquote', - 'inline_code' => 'Inline Code', + 'inline_code' => 'Inline code', 'callouts' => 'Callouts', 'callout_information' => 'Information', 'callout_success' => 'Success', @@ -132,8 +133,9 @@ return [ 'open_link_new' => 'New window', // About view + 'about_title' => 'About the WYSIWYG Editor', 'editor_license' => 'Editor License & Copyright', - 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPLv2.1 license.', + 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.', 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.', 'save_continue' => 'Save Page & Continue', 'callouts_cycle' => '(Keep pressing to toggle through types)',