Rename Reset Zoom to Actual Size

This commit is contained in:
Skyler Lehmkuhl 2024-12-07 22:26:35 -05:00
parent eb8c7e5348
commit 369a6ddf8b
1 changed files with 1 additions and 1 deletions

View File

@ -3645,7 +3645,7 @@ async function updateMenu() {
action: zoomOut action: zoomOut
}, },
{ {
text: "Reset Zoom", text: "Actual Size",
enabled: context.zoomLevel != 1, enabled: context.zoomLevel != 1,
action: resetZoom action: resetZoom
}, },