diff options
author | Tom Feist <shabble@cowu.be> | 2010-09-20 18:53:40 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-09-20 18:53:40 +0000 |
commit | 686f6d8fee9c7dd7364fd54319d50e4682281c83 (patch) | |
tree | 61399076b364aa35383e72917e29aa3db49218f4 /prompt_info | |
parent | added a warning message to prompt_info indicating that the user hasn't modified (diff) | |
download | irssi-scripts-686f6d8fee9c7dd7364fd54319d50e4682281c83.tar.gz irssi-scripts-686f6d8fee9c7dd7364fd54319d50e4682281c83.zip |
fixed a stupid typo, and made it more clear how to install it.
Diffstat (limited to 'prompt_info')
-rw-r--r-- | prompt_info/prompt_info.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/prompt_info/prompt_info.pl b/prompt_info/prompt_info.pl index 260a9f8..51e5c16 100644 --- a/prompt_info/prompt_info.pl +++ b/prompt_info/prompt_info.pl @@ -87,7 +87,8 @@ sub test_abstract_setup { my $prompt = $theme->format_expand('{prompt}', 0); if ($prompt !~ m/\$prompt_additional/) { print "Prompt_Info: It looks like you haven't modified your theme" - . " include the \$prompt_additional expando. You will not see" - . " any prompt info messages until you do."; + . " to include the \$prompt_additional expando. You will not see" + . " any prompt info messages until you do. See script comments" + . "for details"; } } |