summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2014-10-28 21:10:47 +0100
committerBenny Baumann <BenBE@geshi.org>2014-10-28 21:55:04 +0100
commit73cee03f65100c4b300c9c005b6de9730e1adcee (patch)
tree753575fcf729a2ddfea54e182c3b017bfebae9c6
parentd59eb67f8d70ff1b359be82fd148db1a19fe3ccc (diff)
downloadcacert-devel-bug-1223.tar.gz
cacert-devel-bug-1223.tar.xz
cacert-devel-bug-1223.zip
bug 1223: change outputbug-1223
-rw-r--r--www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php
index 2d524e3..1ea5c58 100644
--- a/www/index.php
+++ b/www/index.php
@@ -148,7 +148,7 @@ require_once('../includes/lib/l10n.php');
if ($_SESSION['lostpw']['user']['locked'] == 1 || $_SESSION['lostpw']['user']['deleted'] != 0) {
$id = $oldid;
$oldid = 0;
- $_SESSION['_config']['errmsg'] = printf(_('The account is not available, please get in contact with support(%s).'),'support@cacert.org');
+ $_SESSION['_config']['errmsg'] = sprintf(_('The account is not available, please get in contact with support (%s).'),'support@cacert.org');
} else {
$id = 6;
}