diff options
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 |
