aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/tray.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-02 12:02:20 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-02 12:02:29 +0200
commite6076b4d491923901205618cf268699366544060 (patch)
treeaf3e6f0b0d981a2a2c1a48bdd0407948acc6bd6d /ui/tray.go
parentui: settle unofficial behavior (diff)
downloadwireguard-windows-e6076b4d491923901205618cf268699366544060.tar.xz
wireguard-windows-e6076b4d491923901205618cf268699366544060.zip
ui: Quit -> Exit
Diffstat (limited to 'ui/tray.go')
-rw-r--r--ui/tray.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tray.go b/ui/tray.go
index 3d02e87e..c440d8ad 100644
--- a/ui/tray.go
+++ b/ui/tray.go
@@ -72,7 +72,7 @@ func (tray *Tray) setup() error {
{label: "&Import tunnel(s) from file...", handler: tray.mtw.tunnelsPage.onImport, enabled: true},
{separator: true},
{label: "&About WireGuard", handler: func() { onAbout(tray.mtw) }, enabled: true},
- {label: "&Quit", handler: onQuit, enabled: true},
+ {label: "&Exit", handler: onQuit, enabled: true},
} {
var action *walk.Action
if item.separator {