From 76c9cd0af2ef1f46c7fd7f5f48a7a4be4edb7b27 Mon Sep 17 00:00:00 2001 From: Akshar Patel Date: Wed, 27 Apr 2016 07:43:48 +0530 Subject: [PATCH] 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. --- src/config-schema.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-schema.coffee b/src/config-schema.coffee index 2c0cece60..8b56053e5 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -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'