1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

core: change the message displayed on /secure decrypt -discard

This commit is contained in:
Sebastien Helleu
2013-08-02 23:04:23 +02:00
parent 16b114b609
commit d6a19adc54
13 changed files with 47 additions and 37 deletions
+1 -1
View File
@@ -4533,7 +4533,7 @@ COMMAND_CALLBACK(secure)
if (strcmp (argv[2], "-discard") == 0)
{
hashtable_remove_all (secure_hashtable_data_encrypted);
gui_chat_printf (NULL, _("Encrypted data deleted"));
gui_chat_printf (NULL, _("All encrypted data has been deleted"));
return WEECHAT_RC_OK;
}
if (secure_decrypt_data_not_decrypted (argv_eol[2]) > 0)