if ((key = crypt_getkeybystr(resp, abilities, app, forced_valid)))
return key;
- mutt_error(_("No matching keys found for \"%s\""), resp);
+ mutt_error(_("No matching keys found for \"%s\""), resp);
mutt_sleep(0);
}
/* not reached */
if ((key = pgp_getkeybystr(resp, abilities, keyring)))
return key;
- mutt_error(_("No matching keys found for \"%s\""), resp);
+ mutt_error(_("No matching keys found for \"%s\""), resp);
mutt_sleep(0);
}
/* not reached */
if ((key = smime_get_key_by_str(resp, abilities, public)))
return key;
- mutt_error(_("No matching keys found for \"%s\""), resp);
+ mutt_error(_("No matching keys found for \"%s\""), resp);
mutt_sleep(0);
}
}