Philipp Dunkel 15 years ago
parent 8176d6b449
commit 4046e845a8

@ -970,14 +970,14 @@
printf(_("Your certificate request has failed to be processed correctly, see %sthe WIKI page%s for reasons and solutions."), "<a href='http://wiki.cacert.org/wiki/FAQ/CertificateRenewal'>", "</a>"); printf(_("Your certificate request has failed to be processed correctly, see %sthe WIKI page%s for reasons and solutions."), "<a href='http://wiki.cacert.org/wiki/FAQ/CertificateRenewal'>", "</a>");
} else { } else {
printf(_("Certificate for '%s' has been renewed."), $row['CN']); printf(_("Certificate for '%s' has been renewed."), $row['CN']);
echo "<a href='account.php?id=6&cert=$newid' target='_new'>". echo "<br/>\n<a href='account.php?id=6&cert=$newid' target='_new'>".
_("Click here")."</a> "._("to install your certificate."); _("Click here")."</a> "._("to install your certificate.")."<br/><br/>\n";
} }
} }
} }
else else
{ {
echo _("You did not select any certificates for renewal."); echo _("You did not select any certificates for renewal.")."<br/>";
} }
showfooter(); showfooter();

Loading…
Cancel
Save