From 8769c4f4ad2d3b4706ff227386bec0e83bacf980 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 21 Aug 2019 14:28:15 +0200 Subject: Replace public Franz occurences with Ferdi --- src/lib/Tray.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Tray.js') diff --git a/src/lib/Tray.js b/src/lib/Tray.js index 192e24796..28ec55eb7 100644 --- a/src/lib/Tray.js +++ b/src/lib/Tray.js @@ -20,7 +20,7 @@ export default class TrayIcon { this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN)); const trayMenuTemplate = [ { - label: 'Show Franz', + label: 'Show Ferdi', click() { if (app.mainWindow.isMinimized()) { app.mainWindow.restore(); @@ -29,7 +29,7 @@ export default class TrayIcon { app.mainWindow.focus(); }, }, { - label: 'Quit Franz', + label: 'Quit Ferdi', click() { app.quit(); }, -- cgit v1.2.3-54-g00ecf