From 22262111867c4e31d9db58d159689b0ffe0c8ac9 Mon Sep 17 00:00:00 2001 From: Tomasz Jakut Date: Wed, 7 Feb 2018 10:27:06 +0100 Subject: [PATCH] Rephrase comment. --- plugins/widget/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/widget/plugin.js b/plugins/widget/plugin.js index 9abc35f758a..76f56bfbc34 100644 --- a/plugins/widget/plugin.js +++ b/plugins/widget/plugin.js @@ -3191,7 +3191,7 @@ editor.fire( 'unlockSnapshot' ); - // Prevent cutting read only (#1570). + // Prevent cutting in read-only editor (#1570). if ( isCut && !editor.readOnly ) { widget.repository.del( widget ); editor.fire( 'saveSnapshot' );