mirror of https://github.com/laurent22/joplin.git
Chore: Fix typo (#10000)
parent
ac721cf8f4
commit
57c182b9a4
|
@ -566,7 +566,7 @@ function useMenu(props: Props) {
|
|||
// becomes 'Joplin' and we need a nenu called 'File' later.
|
||||
label: shim.isMac() ? '&JoplinMainMenu' : _('&File'),
|
||||
// `&` before one of the char in the label name mean, that
|
||||
// <Alt + F> will open this menu. It's needed becase electron
|
||||
// <Alt + F> will open this menu. It's needed because electron
|
||||
// opens the first menu on Alt press if no hotkey assigned.
|
||||
// Issue: https://github.com/laurent22/joplin/issues/934
|
||||
submenu: [{
|
||||
|
|
Loading…
Reference in New Issue