From 0b527ad52c199773b51268199cac1211153a9f2b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 20 Jul 2007 17:19:42 +0000 Subject: [PATCH] =?utf8?q?Bug=20388163:=20Remove=20$terms.bit(s)=20-=20Pat?= =?utf8?q?ch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/account/prefs/permissions.html.tmpl | 6 +++--- template/en/default/admin/users/edit.html.tmpl | 2 +- template/en/default/global/variables.none.tmpl | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl index 38bbfba5f1..cc653c2ce1 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 %] diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index ab7369a236..05b60e4a60 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/template/en/default/admin/users/edit.html.tmpl @@ -52,7 +52,7 @@ [% IF editusers %] [% END %] diff --git a/template/en/default/global/variables.none.tmpl b/template/en/default/global/variables.none.tmpl index d19d6407f3..35a0cb670f 100644 --- a/template/en/default/global/variables.none.tmpl +++ b/template/en/default/global/variables.none.tmpl @@ -50,8 +50,6 @@ "bugs" => "bugs", "Bugs" => "Bugs", "zeroSearchResults" => "Zarro Boogs found", - "bit" => "bit", - "bits" => "bits", "Bugzilla" => "Bugzilla" } %] -- 2.47.2
- Can turn these [% terms.bits %] on for other users + Can turn these bits on for other users