]> granicus.if.org Git - mutt/commitdiff
Minor tweak to an error message.
authorDavid Shaw <dshaw@jabberwocky.com>
Fri, 20 Dec 2002 09:37:59 +0000 (09:37 +0000)
committerDavid Shaw <dshaw@jabberwocky.com>
Fri, 20 Dec 2002 09:37:59 +0000 (09:37 +0000)
pgpkey.c

index 060cf188ef6cab4730a5c4da92ec84b2c1e407d1..0deed48e0974ee17ef8aecc6b94ec7dc15250cf0 100644 (file)
--- a/pgpkey.c
+++ b/pgpkey.c
@@ -483,7 +483,7 @@ static pgp_key_t *pgp_select_key (pgp_key_t *keys,
 
   if (!i && unusable)
   {
-    mutt_error _("All matching keys are marked expired/revoked.");
+    mutt_error _("All matching keys are expired, revoked, or disabled.");
     mutt_sleep (1);
     return NULL;
   }