aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Feist <shabble@cowu.be>2010-09-20 18:53:40 +0000
committerTom Feist <shabble@cowu.be>2010-09-20 18:53:40 +0000
commit686f6d8fee9c7dd7364fd54319d50e4682281c83 (patch)
tree61399076b364aa35383e72917e29aa3db49218f4
parentadded a warning message to prompt_info indicating that the user hasn't modified (diff)
downloadirssi-scripts-686f6d8fee9c7dd7364fd54319d50e4682281c83.tar.gz
irssi-scripts-686f6d8fee9c7dd7364fd54319d50e4682281c83.zip
fixed a stupid typo, and made it more clear how to install it.
-rw-r--r--prompt_info/prompt_info.pl5
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";
}
}