diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-01-07 20:01:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-07 20:01:00 +0100 |
commit | 063c85da6c4e73a292525aa01b5cad70ed6bf82b (patch) | |
tree | e155a5d63c309ecaf7ac3e266c376c9b9245af01 | |
parent | 0d5e353ef1be253106ed66417b270d03b2b91ed3 (diff) | |
download | irssi-063c85da6c4e73a292525aa01b5cad70ed6bf82b.zip |
Fix space in message
-rw-r--r-- | src/fe-text/term-terminfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/term-terminfo.c b/src/fe-text/term-terminfo.c index f4c4d17c..ba8bdcaf 100644 --- a/src/fe-text/term-terminfo.c +++ b/src/fe-text/term-terminfo.c @@ -735,7 +735,7 @@ void term_gets(GArray *buffer, int *line_count) } static const char* term_env_warning = - "You seem to be running Irssi inside %2$s, but the TERM environment variable" + "You seem to be running Irssi inside %2$s, but the TERM environment variable " "is set to '%1$s', which can cause display glitches.\n" "Consider changing TERM to '%2$s' or '%2$s-256color' instead."; |