diff options
author | Ruben Pollan <meskio@sindominio.net> | 2019-02-21 18:25:35 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-02-21 18:25:35 +0100 |
commit | 866b586fa8b34253a40a76b55208ad136575be2a (patch) | |
tree | 5a30abe5ecbe81e4316d0f177c19d1673a6103e6 /pkg/systray/systray.go | |
parent | 01f0a4dfacf6e07247e3effa616de979fd6d8da2 (diff) |
[locales] add romanian
Diffstat (limited to 'pkg/systray/systray.go')
-rw-r--r-- | pkg/systray/systray.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/systray/systray.go b/pkg/systray/systray.go index 5ea16c6..708ee3b 100644 --- a/pkg/systray/systray.go +++ b/pkg/systray/systray.go @@ -169,7 +169,7 @@ func (bt *bmTray) addGateways() { return } - mGateway := systray.AddMenuItem(bt.conf.Printer.Sprintf("Route traffic through"), "") + mGateway := systray.AddMenuItem(bt.conf.Printer.Sprintf("Route traffic through:"), "") mGateway.Disable() for i, city := range gatewayList { menuItem := systray.AddMenuItem(city, bt.conf.Printer.Sprintf("Use %s %v gateway", config.ApplicationName, city)) |