From 5d86ffc836da8515a41b66a9379ca9dd6b57b723 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 14 Jan 2012 13:24:03 +0000 Subject: [PATCH] translation update --- lam/templates/config/mainmanage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/templates/config/mainmanage.php b/lam/templates/config/mainmanage.php index a3cdab1a..2f3ad688 100644 --- a/lam/templates/config/mainmanage.php +++ b/lam/templates/config/mainmanage.php @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2003 - 2010 Roland Gruber + Copyright (C) 2003 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -239,7 +239,7 @@ $passwordTable = new htmlTable(); $pwd1 = new htmlTableExtendedInputField(_("New master password"), 'masterpassword', '', '235'); $pwd1->setIsPassword(true); $passwordTable->addElement($pwd1, true); -$pwd2 = new htmlTableExtendedInputField(_("Reenter new master password"), 'masterpassword2', ''); +$pwd2 = new htmlTableExtendedInputField(_("Reenter password"), 'masterpassword2', ''); $pwd2->setIsPassword(true); $passwordTable->addElement($pwd2, true); $passwordField = new htmlFieldset($passwordTable, _("Change master password"));