From 0b527ad52c199773b51268199cac1211153a9f2b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 20 Jul 2007 17:19:42 +0000 Subject: Bug 388163: Remove $terms.bit(s) - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/account/prefs/permissions.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/account') diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl index 38bbfba5f..cc653c2ce 100644 --- a/template/en/default/account/prefs/permissions.html.tmpl +++ b/template/en/default/account/prefs/permissions.html.tmpl @@ -36,7 +36,7 @@ [% IF has_bits.size %] - You have the following permission [% terms.bits %] set on your account: + You have the following permission bits set on your account: [% FOREACH bit_description = has_bits %] @@ -63,7 +63,7 @@ [% END %] [% ELSE %] - There are no permission [% terms.bits %] set on your account. + There are no permission bits set on your account. [% END %] [% IF user.groups.editusers %] @@ -72,7 +72,7 @@ all permissions for all users. [% ELSIF set_bits.size %]
- And you can turn on or off the following [% terms.bits %] for + And you can turn on or off the following bits for other users:
[% FOREACH bit_description = set_bits %] -- cgit v1.2.3-24-g4f1b