KMessageBox::error(this,i18n("The GpgSM process that tried to import the CRL file ended prematurely because of an unexpected error."),i18n("Certificate Manager Error"));
elseif(exitCode)
KMessageBox::error(this,i18n("An error occurred when trying to import the CRL file. The output from GpgSM was:\n%1",mErrorbuffer),i18n("Certificate Manager Error"));
KMessageBox::error(this,i18n("The DirMngr process that tried to clear the CRL cache ended prematurely because of an unexpected error."),i18n("Certificate Manager Error"));
elseif(mDirmngrProc->exitCode())
KMessageBox::error(this,i18n("An error occurred when trying to clear the CRL cache. The output from DirMngr was:\n%1",mErrorbuffer),i18n("Certificate Manager Error"));