Rename Reset Zoom to Actual Size
This commit is contained in:
parent
eb8c7e5348
commit
369a6ddf8b
|
|
@ -3645,7 +3645,7 @@ async function updateMenu() {
|
|||
action: zoomOut
|
||||
},
|
||||
{
|
||||
text: "Reset Zoom",
|
||||
text: "Actual Size",
|
||||
enabled: context.zoomLevel != 1,
|
||||
action: resetZoom
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue