1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge branch 'master' into plugins

This commit is contained in:
James Booth 2016-10-06 00:53:21 +01:00
commit 5ebcf03236

View File

@ -265,7 +265,7 @@ cmd_tls_revoke(ProfWin *window, const char *const command, gchar **args)
if (res) {
cons_show("Trusted certificate revoked: %s", args[1]);
} else {
cons_show("Could not find certificate: %s", args[0]);
cons_show("Could not find certificate: %s", args[1]);
}
}
return TRUE;