diff --git a/includes/general.php b/includes/general.php index b906ace..6580aba 100644 --- a/includes/general.php +++ b/includes/general.php @@ -688,7 +688,7 @@ if(mysql_num_rows($res) > 0) printf(_("Your certificate request is still queued and hasn't been processed yet. Please wait, and go to Certificates -> View to see it's status.")); else - printf(_("Your certificate request has failed to be processed correctly, see %sthe WIKI page%s for reasons and solutions."), "", ""); + printf(_("Your certificate request has failed to be processed correctly, see %sthe WIKI page%s for reasons and solutions.")." certid:$certid", "", ""); showfooter(); exit; }