diff options
author | lpsolit%gmail.com <> | 2007-07-20 17:19:42 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-20 17:19:42 +0000 |
commit | 0b527ad52c199773b51268199cac1211153a9f2b (patch) | |
tree | c5d262371bf9422c9ea479edfa60a5d2a8386af0 /template/en | |
parent | 5d82939ef8b5a7fdc238ee15067b33fd0c17a242 (diff) | |
download | bugs-0b527ad52c199773b51268199cac1211153a9f2b.tar bugs-0b527ad52c199773b51268199cac1211153a9f2b.tar.gz bugs-0b527ad52c199773b51268199cac1211153a9f2b.tar.bz2 bugs-0b527ad52c199773b51268199cac1211153a9f2b.tar.xz bugs-0b527ad52c199773b51268199cac1211153a9f2b.zip |
Bug 388163: Remove $terms.bit(s) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/prefs/permissions.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/admin/users/edit.html.tmpl | 2 | ||||
-rw-r--r-- | 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 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 @@ <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 %] diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index ab7369a23..05b60e4a6 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/template/en/default/admin/users/edit.html.tmpl @@ -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> diff --git a/template/en/default/global/variables.none.tmpl b/template/en/default/global/variables.none.tmpl index d19d6407f..35a0cb670 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" } %] |