aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/confview.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/confview.go')
-rw-r--r--ui/confview.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/confview.go b/ui/confview.go
index 6d088fdc..c748d2af 100644
--- a/ui/confview.go
+++ b/ui/confview.go
@@ -220,9 +220,9 @@ func (tal *toggleActiveLine) update(state manager.TunnelState) {
switch state {
case manager.TunnelStarted:
- text = "Deactivate"
+ text = "&Deactivate"
case manager.TunnelStopped:
- text = "Activate"
+ text = "&Activate"
case manager.TunnelStarting, manager.TunnelStopping:
text = textForState(state, true)
default: