]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 388163: Remove $terms.bit(s) - Patch by Frédéric Buclin <LpSolit@gmail.com...
authorlpsolit%gmail.com <>
Fri, 20 Jul 2007 17:19:42 +0000 (17:19 +0000)
committerlpsolit%gmail.com <>
Fri, 20 Jul 2007 17:19:42 +0000 (17:19 +0000)
template/en/default/account/prefs/permissions.html.tmpl
template/en/default/admin/users/edit.html.tmpl
template/en/default/global/variables.none.tmpl

index 38bbfba5f159ea029f1d7b40aaad1b273a8c4b05..cc653c2ce1f1ea29c42309c408c6967164f646e4 100644 (file)
@@ -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 %]
index ab7369a23670e9602dbe2fbb5cc36371e1ffbab5..05b60e4a602319fa17755899de08495790850672 100644 (file)
@@ -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>
index d19d6407f3a837f7638b1c0d700074ad80177534..35a0cb670f1f79231b331958590919597bbe94ac 100644 (file)
@@ -50,8 +50,6 @@
   "bugs" => "bugs",
   "Bugs" => "Bugs",
   "zeroSearchResults" => "Zarro Boogs found",
-  "bit" => "bit",
-  "bits" => "bits",
   "Bugzilla" => "Bugzilla"
   }
 %]