mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
Desktop: Rename menu item from "Export" to "Export all" to clarify what it does
This commit is contained in:
parent
57d750bc9a
commit
68aefd5e4c
@ -665,7 +665,7 @@ class Application extends BaseApplication {
|
||||
visible: shim.isMac() ? false : true,
|
||||
submenu: importItems,
|
||||
}, {
|
||||
label: _('Export'),
|
||||
label: _('Export all'),
|
||||
visible: shim.isMac() ? false : true,
|
||||
submenu: exportItems,
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user