Commit 0b527ad5 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 388163: Remove $terms.bit(s) - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat

parent 5d82939e
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<tr> <tr>
<td> <td>
[% IF has_bits.size %] [% 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:
<table align="center"> <table align="center">
[% FOREACH bit_description = has_bits %] [% FOREACH bit_description = has_bits %]
<tr> <tr>
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
[% END %] [% END %]
[% ELSE %] [% ELSE %]
There are no permission [% terms.bits %] set on your account. There are no permission bits set on your account.
[% END %] [% END %]
[% IF user.groups.editusers %] [% IF user.groups.editusers %]
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
all permissions for all users. all permissions for all users.
[% ELSIF set_bits.size %] [% ELSIF set_bits.size %]
<br> <br>
And you can turn on or off the following [% terms.bits %] for And you can turn on or off the following bits for
<a href="editusers.cgi">other users</a>: <a href="editusers.cgi">other users</a>:
<table align="center"> <table align="center">
[% FOREACH bit_description = set_bits %] [% FOREACH bit_description = set_bits %]
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<tr> <tr>
[% IF editusers %] [% IF editusers %]
<th colspan="3"> <th colspan="3">
Can turn these [% terms.bits %] on for other users Can turn these bits on for other users
</th> </th>
[% END %] [% END %]
</tr> </tr>
......
...@@ -50,8 +50,6 @@ ...@@ -50,8 +50,6 @@
"bugs" => "bugs", "bugs" => "bugs",
"Bugs" => "Bugs", "Bugs" => "Bugs",
"zeroSearchResults" => "Zarro Boogs found", "zeroSearchResults" => "Zarro Boogs found",
"bit" => "bit",
"bits" => "bits",
"Bugzilla" => "Bugzilla" "Bugzilla" => "Bugzilla"
} }
%] %]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment