1
0
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:
Laurent Cozic 2020-09-07 17:33:51 +01:00
parent 57d750bc9a
commit 68aefd5e4c

View File

@ -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,
}, {