summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-29 02:44:18 -0700
committerJeff Carr <[email protected]>2019-05-29 02:44:18 -0700
commit001ecda358e3aa3ef8ccbe917b118200a02a2699 (patch)
treeef290e96720e4efa1d93bcd085188af59ee37990 /splash.go
parent3f91f19f6899b50ecc5030825e1aa946f2cb3c0e (diff)
minor change to ping
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
-rw-r--r--splash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash.go b/splash.go
index 4c3170b..1d51901 100644
--- a/splash.go
+++ b/splash.go
@@ -45,7 +45,7 @@ func ShowSplashBox() *ui.Box {
}
}
- okButton := CreateButton(nil, nil, "OK", "DONE", nil)
+ okButton := CreateButton(nil, nil, "OK", "AREA", nil)
newbox.Append(okButton, false)
return newbox