diff options
Diffstat (limited to 'src/core/weechat.c')
-rw-r--r-- | src/core/weechat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c index b195c57e3..982b41bea 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -391,7 +391,7 @@ weechat_startup_message () { string_fprintf (stdout, _("WeeChat is running in headless mode " - "(Ctrl-C to quit).")); + "(ctrl-c to quit).")); string_fprintf (stdout, "\n"); } |