summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/senpai.1.scd4
-rw-r--r--window.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/senpai.1.scd b/doc/senpai.1.scd
index 8dc3ef1..9dcbb5f 100644
--- a/doc/senpai.1.scd
+++ b/doc/senpai.1.scd
@@ -42,8 +42,8 @@ For information about the configuration format, see *senpai*(5).
The user interface of senpai consists of 4 parts. Starting from the bottom:
The *buffer list*, shows joined channels. The special buffer *home* is where
-private messages and server notices are shown. This list can be put on the left
-of the screen with the _chan-column-width_ configuration option.
+server notices are shown. This list can be put on the left of the screen with
+the _chan-column-width_ configuration option.
On the row above, the *input field* is where you type in messages or commands
(see *COMMANDS*). By default, when you type a message, senpai will inform
diff --git a/window.go b/window.go
index 82941a1..6135deb 100644
--- a/window.go
+++ b/window.go
@@ -9,7 +9,7 @@ import (
"github.com/gdamore/tcell/v2"
)
-const welcomeMessage = "senpai dev build. See senpai(1) for a list of keybindings and commands. Private messages and status notices go here."
+const welcomeMessage = "senpai dev build. See senpai(1) for a list of keybindings and commands."
func (app *App) initWindow() {
app.win.AddBuffer("", "(home)", "")