From 5c9194179c6f39e69a05acbb6bb7dbd2f3b72420 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 10 Jul 2019 21:42:28 +0000 Subject: [PATCH] Clarify help --- EditorHelp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EditorHelp.js b/EditorHelp.js index f199ef6..1c7047d 100644 --- a/EditorHelp.js +++ b/EditorHelp.js @@ -44,7 +44,7 @@ class EditorHelp extends EditorEntryBase { this.addKey('⇧'); this.addText('+'); this.addKey('d'); - this.addText('Delete all'); + this.addText('Del after '); } addLine() {