mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Fix space in message
This commit is contained in:
parent
0d5e353ef1
commit
063c85da6c
@ -735,7 +735,7 @@ void term_gets(GArray *buffer, int *line_count)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const char* term_env_warning =
|
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"
|
"is set to '%1$s', which can cause display glitches.\n"
|
||||||
"Consider changing TERM to '%2$s' or '%2$s-256color' instead.";
|
"Consider changing TERM to '%2$s' or '%2$s-256color' instead.";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user