diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/upd/upd.c | 4 |
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 { |