Rename Reset Zoom to Actual Size
This commit is contained in:
parent
eb8c7e5348
commit
369a6ddf8b
|
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue