aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-25 10:31:01 +0000
committerMichael Scherer <misc@mageia.org>2011-03-25 10:31:01 +0000
commitf5eb8fc856e050278b769386a0d2ae1741e46acd (patch)
treeeb24ca1163b229ddf6677d70ac2cc513985b1e14 /root
parent77c5b2b70fea3d777aa042d7ea8018640e8d4862 (diff)
downloadidentity-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.tt4
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 />