From 369a6ddf8bb114b41bc774811da531ef6c8ce927 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sat, 7 Dec 2024 22:26:35 -0500 Subject: [PATCH] Rename Reset Zoom to Actual Size --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 3e68354..bcee869 100644 --- a/src/main.js +++ b/src/main.js @@ -3645,7 +3645,7 @@ async function updateMenu() { action: zoomOut }, { - text: "Reset Zoom", + text: "Actual Size", enabled: context.zoomLevel != 1, action: resetZoom },