diff options
author | TingPing <tngpng@gmail.com> | 2013-03-24 17:23:16 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-03-24 17:23:16 -0300 |
commit | 39cfcc74686e4971333a45929aa155cb0865bb2b (patch) | |
tree | 3c18dcc8794ce9b62151ad8ba62d4faea0a48479 /plugins | |
parent | e0bb6ff0ccc4535b0cd1c67bc939d52f47f91fb2 (diff) |
Update missing perl note.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/perl/perl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 6fa2946b..6bab27a9 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -1423,14 +1423,14 @@ perl_load_file (char *filename) thread_mbox ("Cannot open " PERL_DLL "!\n\n" "You must have a Visual C++ build of Perl " PERL_REQUIRED_VERSION " installed in order to\n" - "run Perl scripts.\n\n" + "run Perl scripts. A reboot maybe required.\n\n" "http://hexchat.org/downloads.html\n\n" "I have found Perl 5.6, but that is too old."); } else { thread_mbox ("Cannot open " PERL_DLL "!\n\n" "You must have a Visual C++ build of Perl " PERL_REQUIRED_VERSION " installed in order to\n" - "run Perl scripts.\n\n" + "run Perl scripts. A reboot maybe required.\n\n" "http://hexchat.org/downloads.html\n\n" "Make sure Perl's bin directory is in your PATH."); } |