// this case is a link pointing to an executable with a parameter
// that also is an executable, possibly a hand-crafted pdf
KMessageBox::information(widget(),i18n("The document is trying to execute an external application and for your safety Okular does not allow that."));
KMessageBox::information(widget(),i18n("The document is trying to execute an external application and, for your safety, Okular does not allow that."));
// this case is a link pointing to an executable with no parameters
// core developers find unacceptable executing it even after asking the user
KMessageBox::information(widget(),i18n("The document is trying to execute an external application and for your safety Okular does not allow that."));
KMessageBox::information(widget(),i18n("The document is trying to execute an external application and, for your safety, Okular does not allow that."));