summaryrefslogtreecommitdiff
path: root/pkg/systray
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2019-01-29 20:02:48 +0100
committerRuben Pollan <meskio@sindominio.net>2019-01-29 20:11:07 +0100
commit0d4ef9c4cb4fd10734d87dd523b790b1fe4bb5c4 (patch)
tree38583447be32cefd86e3736e5484c2f8b26f2127 /pkg/systray
parent3c57a988b0088e953a8b623941c2d3a91dbcca6a (diff)
[style] Rename the systray reconnection on fail-close
Diffstat (limited to 'pkg/systray')
-rw-r--r--pkg/systray/systray.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/systray/systray.go b/pkg/systray/systray.go
index d95d3dc..20cee44 100644
--- a/pkg/systray/systray.go
+++ b/pkg/systray/systray.go
@@ -236,7 +236,7 @@ func (bt *bmTray) changeStatus(status string) {
case "failed":
systray.SetIcon(icon.Blocked)
- bt.mTurnOn.SetTitle(printer.Sprintf("Retry"))
+ bt.mTurnOn.SetTitle(printer.Sprintf("Reconnect"))
bt.mTurnOff.SetTitle(printer.Sprintf("Turn off"))
statusStr = printer.Sprintf("%s blocking internet", config.ApplicationName)
bt.mTurnOn.Show()