diff options
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index d52d626b7..6e0b88140 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -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) |