From 88d1fc3efb34dfe3892197e07eea971856d394a7 Mon Sep 17 00:00:00 2001 From: Twest2 Date: Mon, 15 Jun 2026 09:50:34 -0500 Subject: [PATCH] Spell out "Highlight" in the annotation toolbar instead of "Hi" --- app/renderer/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/renderer/editor.js b/app/renderer/editor.js index d621edc..e903fb5 100644 --- a/app/renderer/editor.js +++ b/app/renderer/editor.js @@ -212,7 +212,7 @@ class GuideEditor { ['tooltip', 'Tip'], ['number', '#'], ['blur', 'Blur'], - ['highlight', 'Hi'], + ['highlight', 'Highlight'], ['magnify', 'Mag'], ['cursor', 'Cursor'], ['crop', 'Crop'],