diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-25 10:31:01 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-25 10:31:01 +0000 |
commit | f5eb8fc856e050278b769386a0d2ae1741e46acd (patch) | |
tree | eb24ca1163b229ddf6677d70ac2cc513985b1e14 /root | |
parent | 77c5b2b70fea3d777aa042d7ea8018640e8d4862 (diff) | |
download | identity-f5eb8fc856e050278b769386a0d2ae1741e46acd.tar identity-f5eb8fc856e050278b769386a0d2ae1741e46acd.tar.gz identity-f5eb8fc856e050278b769386a0d2ae1741e46acd.tar.bz2 identity-f5eb8fc856e050278b769386a0d2ae1741e46acd.tar.xz identity-f5eb8fc856e050278b769386a0d2ae1741e46acd.zip |
- fix syntax ( fix #544 )
Diffstat (limited to 'root')
-rw-r--r-- | root/admin/account_group.tt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/root/admin/account_group.tt b/root/admin/account_group.tt index c9031e1..3b175b7 100644 --- a/root/admin/account_group.tt +++ b/root/admin/account_group.tt @@ -1,4 +1,4 @@ -<h2>[% l('Add user [_1] to a new group, uid) %]</h2> +<h2>[% l('Add user [_1] to a new group', uid) %]</h2> <form method="post" action=""> <input type='hidden' name='uid' value='[% uid %]' /> @@ -26,4 +26,4 @@ <input type='submit' value='[% l('Delete') %]' /> </form> -<hr />
\ No newline at end of file +<hr /> |