mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Fix broken URI.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4612 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
00162c7e40
commit
4f03840ba8
@ -124,7 +124,7 @@ statusbar = {
|
|||||||
prompt = "{prompt $[.15]itemname}";
|
prompt = "{prompt $[.15]itemname}";
|
||||||
prompt_empty = "{prompt $winname}";
|
prompt_empty = "{prompt $winname}";
|
||||||
topic = " $topic";
|
topic = " $topic";
|
||||||
topic_empty = " Irssi v$J - http://irssi.org/help/";
|
topic_empty = " Irssi v$J - http://www.irssi.org";
|
||||||
|
|
||||||
# all of these treated specially, they're only displayed when needed
|
# all of these treated specially, they're only displayed when needed
|
||||||
lag = "{sb Lag: $0-}";
|
lag = "{sb Lag: $0-}";
|
||||||
|
@ -86,7 +86,7 @@ static const char *firsttimer_text =
|
|||||||
"Looks like this is the first time you've run irssi.\n"
|
"Looks like this is the first time you've run irssi.\n"
|
||||||
"This is just a reminder that you really should go read\n"
|
"This is just a reminder that you really should go read\n"
|
||||||
"startup-HOWTO if you haven't already. You can find it\n"
|
"startup-HOWTO if you haven't already. You can find it\n"
|
||||||
"and more irssi beginner info at http://irssi.org/help/\n"
|
"and more irssi beginner info at http://www.irssi.org\n"
|
||||||
"\n"
|
"\n"
|
||||||
"For the truly impatient people who don't like any automatic\n"
|
"For the truly impatient people who don't like any automatic\n"
|
||||||
"window creation or closing, just type: /MANUAL-WINDOWS";
|
"window creation or closing, just type: /MANUAL-WINDOWS";
|
||||||
|
Loading…
Reference in New Issue
Block a user