From 6891eb293dcbc44e73cca8d68f1b07a3d9e416bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 9 Dec 2019 20:58:14 +0100 Subject: [PATCH] change About btn to Help so it's more clear there's a readme --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index d15b4ff..3f5d070 100644 --- a/script.js +++ b/script.js @@ -662,7 +662,7 @@ class Board { this.buttons.optBlockedEffect = this.addButton(x0, cfgy0+ysp2, 'Dim Blocked:', 'config'); this.buttons.optSloppy = this.addButton(x0, cfgy0+ysp2*2, 'Sloppy Mode:', 'config'); - this.buttons.btnAbout = this.addButton(x0, cfgy0+ysp2*-1.5, 'About', 'config'); + this.buttons.btnAbout = this.addButton(x0, cfgy0+ysp2*-1.5, 'Help', 'config'); } updateSettingsGUI(cfg) {