]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 369062 prior should read "earlier" in edit groups
authortimeless%mozdev.org <>
Sun, 16 Dec 2007 16:32:49 +0000 (16:32 +0000)
committertimeless%mozdev.org <>
Sun, 16 Dec 2007 16:32:49 +0000 (16:32 +0000)
r=lpsolit a=lpsolit

Bugzilla/DB.pm
template/en/default/admin/groups/confirm-remove.html.tmpl
userprefs.cgi

index f97273e1a687f023eafb2f578e023ccca5f1c71b..ec241bcca78917d57e28a97818f6ebc43bf2cc09 100644 (file)
@@ -1628,7 +1628,7 @@ Abstract method, should be overridden by database specific code.
 
 =item C<$limit> - number of rows to return from query (scalar)
 
-=item C<$offset> - number of rows to skip prior counting (scalar)
+=item C<$offset> - number of rows to skip before counting (scalar)
 
 =back
 
index 0c0e28501ef6150f1a45fdf452dec52be0331a2e..cdb070d3372676b71334d3352e47cf63d5415b8a 100644 (file)
@@ -48,7 +48,7 @@
 [% END %]
   
 <p>Generally, you will only need to do this when upgrading groups
-  created with [% terms.Bugzilla %] versions 2.16 and prior. Use
+  created with [% terms.Bugzilla %] versions 2.16 and earlier. Use
   this option with <b>extreme care</b> and consult the documentation
   for further information.
 </p>
index 57cbd4c211e7f716bb9db48579243f2715dc7eea..3880b9c38b9211e6d5061af95b745cab8639d629 100755 (executable)
@@ -503,7 +503,7 @@ my $cgi = Bugzilla->cgi;
 
 # This script needs direct access to the username and password CGI variables,
 # so we save them before their removal in Bugzilla->login, and delete them 
-# prior to login if we might possibly be in an sudo session.
+# before login in case we might be in a sudo session.
 my $bugzilla_login    = $cgi->param('Bugzilla_login');
 my $bugzilla_password = $cgi->param('Bugzilla_password');
 $cgi->delete('Bugzilla_login', 'Bugzilla_password') if ($cgi->cookie('sudo'));