From 11cf9fd8325f337761b6706decb0eae7ce9409bb Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 23 Jul 2022 11:43:06 +0100 Subject: [PATCH] New translations editor.php (Japanese) --- resources/lang/ja/editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ja/editor.php b/resources/lang/ja/editor.php index aaed115f2..e7173bb13 100644 --- a/resources/lang/ja/editor.php +++ b/resources/lang/ja/editor.php @@ -157,7 +157,7 @@ return [ 'about' => 'エディタについて', 'about_title' => 'WYSIWYGエディタについて', 'editor_license' => 'エディタのライセンスと著作権', - 'editor_tiny_license' => 'このエディタはLGPL v2.1ライセンスの下で提供される:tinyLinkを利用して構築されています。', + 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.', 'editor_tiny_license_link' => 'TinyMCEの著作権およびライセンスの詳細は、こちらをご覧ください。', 'save_continue' => 'ページを保存して続行', 'callouts_cycle' => '(押し続けて種類を切り替え)',