summary refs log tree commit diff stats
path: root/plugins/upd
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-09-06 13:21:17 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-09-06 13:21:17 +0200
commit931ec277f4b385cb40248ab60665af67118f88d0 (patch)
tree6d2c934cfa6d61109c43bd456a7eae908b532a20 /plugins/upd
parent9de0eb04d4ab3ba88002992091aa6139d222289d (diff)
add name for the other 2 messages too
Diffstat (limited to 'plugins/upd')
-rw-r--r--plugins/upd/upd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c
index 5d49ca49..e8c5bd51 100644
--- a/plugins/upd/upd.c
+++ b/plugins/upd/upd.c
@@ -74,11 +74,11 @@ print_version ()
 
 	if (strcmp (version, xchat_get_info (ph, "version")) == 0)
 	{
-		xchat_printf (ph, "You have the latest version installed!");
+		xchat_printf (ph, "You have the latest version of XChat-WDK installed!");
 	}
 	else if (strcmp (version, "Unknown") == 0)
 	{
-		xchat_printf (ph, "Unable to check for updates!");
+		xchat_printf (ph, "Unable to check for XChat-WDK updates!");
 	}
 	else
 	{