Update title for system tray (#2041)

Using only Menu Bar confuses Linux users because ''Menu Bar'' word is only used withing Mac OS. So, also use "System Tray" word.
This commit is contained in:
Akshar Patel 2016-04-27 07:43:48 +05:30 committed by Ben Gotow
parent 8944e10ae9
commit 76c9cd0af2

View file

@ -12,7 +12,7 @@ module.exports =
systemTray:
type: 'boolean'
default: true
title: "Show icon in menu bar"
title: "Show icon in menu bar / system tray"
platforms: ['darwin', 'linux']
showImportant:
type: 'boolean'