Skip to content

Commit

Permalink
Renamed Zoom To Scale UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Stepura committed Jun 11, 2020
1 parent d3fc11e commit 9e83aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -930,15 +930,15 @@ const shotGeneratorMenu = [
}
},
{
label: 'Zoom Up',
label: 'Scale UI Up',
accelerator: 'CommandOrControl+=',
type: 'normal',
click (item, focusedWindow, event) {
ipcRenderer.send('shot-generator:menu:view:zoom', 0.2)
}
},
{
label: 'Zoom Down',
label: 'Scale UI Down',
accelerator: keystrokeFor("menu:view:zoom-out"),
type: 'normal',
click (item, focusedWindow, event) {
Expand Down

0 comments on commit 9e83aa4

Please sign in to comment.