mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
add name for the other 2 messages too
This commit is contained in:
parent
9de0eb04d4
commit
931ec277f4
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user