diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 02:44:18 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 02:44:18 -0700 |
| commit | 001ecda358e3aa3ef8ccbe917b118200a02a2699 (patch) | |
| tree | ef290e96720e4efa1d93bcd085188af59ee37990 /splash.go | |
| parent | 3f91f19f6899b50ecc5030825e1aa946f2cb3c0e (diff) | |
minor change to ping
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
| -rw-r--r-- | splash.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
