diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-05-13 19:48:27 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-05-13 19:48:27 +0200 |
commit | d91b1377e0ff0bcaa4919970cfc619f800bfbc1b (patch) | |
tree | 0f652d463119c80b53ba3797e31b4b146e826900 /pages | |
parent | adec6700f7b359f1b8a60d341fb9f0170de7b3bf (diff) | |
parent | 6aef8553be973b89bbe6d977fe80d15e0dbeaacf (diff) | |
download | cacert-devel-d91b1377e0ff0bcaa4919970cfc619f800bfbc1b.tar.gz cacert-devel-d91b1377e0ff0bcaa4919970cfc619f800bfbc1b.tar.xz cacert-devel-d91b1377e0ff0bcaa4919970cfc619f800bfbc1b.zip |
Merge branch 'bug-1154' into release
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index/4.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/4.php b/pages/index/4.php index 9eb90af..384ea56 100644 --- a/pages/index/4.php +++ b/pages/index/4.php @@ -25,7 +25,7 @@ ?> <? if($_SESSION['_config']['hostname'] == $_SESSION['_config']['securehostname']) { ?> -<p><?=_("Warning! You've attempted to log into the system with a client certificate, but the login failed due to the certificate being expired, revoked, disabled for certificate login, or simply not valid for this site. You can login using your Email/Pass Phrase to get a new certificate, by clicking on 'Normal Login' to the right of your screen.")?></p> +<p><?=sprintf(_("Warning! You've attempted to log into the system with a client certificate, but the login failed due to the certificate being expired, revoked, disabled for certificate login, or simply not valid for this site. You can login using your email/pass phrase to get a new certificate, by clicking on %sPassword Login%s on the right side of this page."),"<a href='https://".$_SESSION['_config']['normalhostname']."/index.php?id=4'>", "</a>")?></p> <? } else { ?> <style> .box2 {width:100%;text-align:center;} |