From 0ed5a06900a51ad28794890732f26119ee28631c Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Fri, 15 Jan 2021 10:51:35 +0100 Subject: [PATCH 1/2] simplify menu wording --- src/components/settings-i18n.en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/settings-i18n.en.json b/src/components/settings-i18n.en.json index 121d1298..72baa0e7 100644 --- a/src/components/settings-i18n.en.json +++ b/src/components/settings-i18n.en.json @@ -5,11 +5,11 @@ "title": "Appearance", "documentation": { "label": "Documentation", - "tooltip": "Hides/shows the documentation pane in the app." + "tooltip": "Show or hide the documentation pane." }, "dark-mode": { "label": "Dark mode", - "tooltip": "Disables/enables dark mode." + "tooltip": "Enable or disable dark mode." }, "zoom": { "help": "Use {in} and {out} to zoom." @@ -18,8 +18,8 @@ "firmware": { "title": "Firmware", "flash-current-program": { - "label": "Flash my program", - "tooltip": "Selects including a default program or your program when flashing firmware on a hub." + "label": "Include current program", + "tooltip": "Select to include your program when installing the firmware." } } } From 5da4b7f98cf363512692e64b0a377ab953271d29 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Fri, 15 Jan 2021 10:58:53 +0100 Subject: [PATCH 2/2] update flash button text Make it clearer what it is / why you want to do this --- src/components/button-i18n.en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button-i18n.en.json b/src/components/button-i18n.en.json index e178f5f1..fbeee51d 100644 --- a/src/components/button-i18n.en.json +++ b/src/components/button-i18n.en.json @@ -8,6 +8,6 @@ "connect": { "tooltip": "Connect using Bluetooth" }, "disconnect": { "tooltip": "Disconnect Bluetooth" } }, - "flash": { "tooltip": "Flash hub firmware" }, + "flash": { "tooltip": "Install Pybricks firmware" }, "settings": { "tooltip": "Settings" } }