diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-27 12:34:52 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-27 12:34:52 +0000 |
commit | 4ba2fa31ad95859f23789cf35b5d19823b26faec (patch) | |
tree | e953dd9f06f7aee1a9446061cb5335c25768f493 | |
parent | d4fa744085245e3c09504376528ab4bca445a307 (diff) | |
download | identity-4ba2fa31ad95859f23789cf35b5d19823b26faec.tar identity-4ba2fa31ad95859f23789cf35b5d19823b26faec.tar.gz identity-4ba2fa31ad95859f23789cf35b5d19823b26faec.tar.bz2 identity-4ba2fa31ad95859f23789cf35b5d19823b26faec.tar.xz identity-4ba2fa31ad95859f23789cf35b5d19823b26faec.zip |
add another string to be translated
-rw-r--r-- | root/admin/password.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/admin/password.tt b/root/admin/password.tt index 16f599b..1c743e5 100644 --- a/root/admin/password.tt +++ b/root/admin/password.tt @@ -1,6 +1,6 @@ <div align="left"> <p> -Resetting the users ([% uid %]) password will: +[% l('Resetting the users ([_1]) password will:', uid) %] <ul> <li>[% l('Change their password to a random string') %]</li> <li>[% l('Set the pwdReset attribute on their entry') %]</li> |