about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command.c b/src/command.c
index 8397bbd9..3334548b 100644
--- a/src/command.c
+++ b/src/command.c
@@ -213,9 +213,9 @@ static struct cmd_t setting_commands[] =
         { "/typing on|off", "Enable/disable typing notifications.",
         { "/typing on|off",
           "--------------",
-          "Switch the typing notifications on or off for incoming messages",
+          "Switch typing notifications on or off for incoming messages",
           "If desktop notifications are also enabled you will receive them",
-          "for typing notifications also.",
+          "for when users are typing a message to you.",
           "",
           "Config file section : [ui]",
           "Config file value :   typing=true|false",