action->setToolTip(i18n("Revokation of self-certifications is currently not possible."));
action->setToolTip(i18n("Revocation of self-certifications is currently not possible."));
}elseif(!certificationKey.hasSecret()){
action->setToolTip(i18n("You cannot revoke this certification because it wasn't made with one of your keys (or the required secret key is missing)."));
}elseif(signature.isRevokation()){
action->setToolTip(i18n("You cannot revoke this revokation certification. (But you can re-certify the corresponding user ID.)"));
action->setToolTip(i18n("You cannot revoke this revocation certification. (But you can re-certify the corresponding user ID.)"));
}elseif(signature.isExpired()){
action->setToolTip(i18n("You cannot revoke this expired certification."));