summary refs log tree commit diff stats
path: root/plugins/perl
diff options
context:
space:
mode:
authorEustachy Kapusta <Eustachy.kapusta@gmail.com>2013-10-12 19:42:26 +0200
committerEustachy Kapusta <Eustachy.kapusta@gmail.com>2013-10-12 19:42:26 +0200
commit8311c3aa562f6358186d9971a25aa5b42ebc4241 (patch)
tree8ea2fd924e9d3fd74d50e2f74603701a1ea49e8c /plugins/perl
parent80625a06faae8904286f3e180b396f6495309034 (diff)
Rename Strawberry to Hexchat in Perl error message
Diffstat (limited to 'plugins/perl')
-rw-r--r--plugins/perl/perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c
index 79baff5a..f3ce8883 100644
--- a/plugins/perl/perl.c
+++ b/plugins/perl/perl.c
@@ -1482,9 +1482,9 @@ perl_load_file (char *filename)
 				/* http://forum.xchat.org/viewtopic.php?t=3277 */
 				thread_mbox ("Cannot use this " PERL_DLL "\n\n"
 #ifdef _WIN64
-								 "64-bit Strawberry Perl is required.");
+								 "64-bit Hexchat Perl is required.");
 #else
-								 "32-bit Strawberry Perl is required.");
+								 "32-bit Hexchat Perl is required.");
 #endif
 			else {
 				/* a lot of people install this old version */