diff options
author | James Booth <boothj5@gmail.com> | 2012-08-16 00:56:27 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-08-16 00:56:27 +0100 |
commit | d3f5daf11d398ddbaec778bb76cd527908bd2d96 (patch) | |
tree | f583c084220d74e3ab0848a7d4e8642cdcd974e6 /src | |
parent | 8b1653f7076c61f317446b7c80093ab0a0381e35 (diff) | |
download | profani-tty-d3f5daf11d398ddbaec778bb76cd527908bd2d96.tar.gz |
Improved help on typing notifications
Diffstat (limited to 'src')
-rw-r--r-- | src/command.c | 4 |
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", |