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 @@
<tr>
<td>
[% 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">
[% FOREACH bit_description = has_bits %]
<tr>
......@@ -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 %]
<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>:
<table align="center">
[% FOREACH bit_description = set_bits %]
......
......@@ -52,7 +52,7 @@
<tr>
[% IF editusers %]
<th colspan="3">
Can turn these [% terms.bits %] on for other users
Can turn these bits on for other users
</th>
[% END %]
</tr>
......
......@@ -50,8 +50,6 @@
"bugs" => "bugs",
"Bugs" => "Bugs",
"zeroSearchResults" => "Zarro Boogs found",
"bit" => "bit",
"bits" => "bits",
"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