From 9085fb415d2252657d6d3151ee00b1d96fde8abb Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Tue, 28 Jul 2015 23:44:51 +0200 Subject: bug 1394: applied text changes according to bug description --- includes/account.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/account.php b/includes/account.php index 6dacf2d..72db509 100644 --- a/includes/account.php +++ b/includes/account.php @@ -116,7 +116,8 @@ function buildSubjectFromSession() { if(strstr($_REQUEST['newemail'], "xn--") && $_SESSION['profile']['codesign'] <= 0) { showheader(_("My CAcert.org Account!")); - echo _("Due to the possibility for punycode domain exploits we currently do not allow any certificates to sign punycode domains or email addresses."); + echo _("Due to the possibility for punycode domain exploits we currently only offer the use of IDN domains if your account has the code signing flag.") . "\n"; + printf(_("More information can be found %sin our wiki%s."), '', ''); showfooter(); exit; } @@ -541,7 +542,8 @@ function buildSubjectFromSession() { if(strstr($newdomain, "xn--") && $_SESSION['profile']['codesign'] <= 0) { showheader(_("My CAcert.org Account!")); - echo _("Due to the possibility for punycode domain exploits we currently do not allow any certificates to sign punycode domains or email addresses."); + echo _("Due to the possibility for punycode domain exploits we currently only offer the use of IDN domains if your account has the code signing flag.") . "\n"; + printf(_("More information can be found %sin our wiki%s."),'', ''); showfooter(); exit; } -- cgit v1.2.1