fix(gui): Fix "about" menu entry

This fixes the capitalization of the "About Etcher" entry in the application menu

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2018-04-05 21:49:11 +02:00
parent 64604dbcc6
commit 2f872375ef
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F

View File

@ -107,7 +107,8 @@ const buildWindowMenu = (window) => {
menuTemplate.unshift({
label: packageJson.displayName,
submenu: [ {
role: 'about'
role: 'about',
label: 'About Etcher'
}, {
type: 'separator'
}, {