]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365256 Period is on the wrong side of a bunch of other parentheses
authortimeless%mozdev.org <>
Mon, 8 Jan 2007 07:58:21 +0000 (07:58 +0000)
committertimeless%mozdev.org <>
Mon, 8 Jan 2007 07:58:21 +0000 (07:58 +0000)
r=lpsolit a=justdave

chart.cgi
collectstats.pl
docs/xml/administration.xml
template/en/default/account/prefs/prefs.html.tmpl
template/en/default/search/search-advanced.html.tmpl
userprefs.cgi

index 6fe310c84dc21daa700b39fab1d0331a04cc4e9f..1a080143a3d0b8f8bc1d35a9c68c267ab37e4600 100755 (executable)
--- a/chart.cgi
+++ b/chart.cgi
@@ -75,7 +75,7 @@ my $series_id = $cgi->param('series_id');
 # Because some actions are chosen by buttons, we can't encode them as the value
 # of the action param, because that value is localisation-dependent. So, we
 # encode it in the name, as "action-<action>". Some params even contain the
-# series_id they apply to (e.g. subscribe, unsubscribe.)
+# series_id they apply to (e.g. subscribe, unsubscribe).
 my @actions = grep(/^action-/, $cgi->param());
 if ($actions[0] && $actions[0] =~ /^action-([^\d]+)(\d*)$/) {
     $action = $1;
index 50bbf6425360e06bb3f2c56072d332f2458bd0e2..3b6344b3775500946c88b0ac22f600dade65a098 100755 (executable)
@@ -45,7 +45,7 @@ use Bugzilla::Product;
 use Bugzilla::Field;
 
 # Turn off output buffering (probably needed when displaying output feedback
-# in the regenerate mode.)
+# in the regenerate mode).
 $| = 1;
 
 # Tidy up after graphing module
index 78480ccfb4a68acd2055b2beac4d9d906a78231f..7e5437da045ef3b006d83fb7386efb37a276e8b7 100644 (file)
 
       <listitem>
         <para>Fill out the "Component" field, a short "Description", 
-        the "Default Assignee" and "Default QA Contact" (if enabled.) 
+        the "Default Assignee" and "Default QA Contact" (if enabled). 
         The Component and Description fields may contain HTML; 
         the "Default Assignee" field must be a login name
         already existing in the database. 
index 7d5f11558419f3e39df014ebb52efba05860a733..da1b489e816fd45d1d19042ed48c4bff9661790c 100644 (file)
@@ -23,7 +23,7 @@
 [%# INTERFACE:
   # tabs: List of hashes. May not be empty. Each hash has three members:
   #   name: string. Name of the tab (used internally.)
-  #   description: string. Description of the tab (used in tab title.)
+  #   description: string. Description of the tab (used in tab title).
   #   saveable: boolean. True if tab has a form which can be submitted.
   #               True if user is not receiving self-generated mail.
   # Note: For each tab name, a template "prefs/${tab.name}.tmpl" must exist, 
index c9cac7643daec88808dba97ea73f81f3d9c29b5c..f3fb76bddb08a0d4829888a0803960450f6ce952 100644 (file)
@@ -54,7 +54,7 @@ var queryform = "queryform"
 [% IF NOT cgi.param("help") %]
   [% IF cgi.user_agent("Mozilla/5") %]
     <script type="text/javascript"> <!--
-      document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help<\/a> (reloads page.)<\/p>");
+      document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help<\/a> (reloads page).<\/p>");
       // -->
     </script>
   [% END %]
index 8e4cf5576301d901ad4e031e276a573bfe61e5d2..564057ee89e83363a903b09eb1fb71dd3cffefec 100755 (executable)
@@ -39,7 +39,7 @@ local our $vars = {};
 ###############################################################################
 # Each panel has two functions - panel Foo has a DoFoo, to get the data 
 # necessary for displaying the panel, and a SaveFoo, to save the panel's 
-# contents from the form data (if appropriate.) 
+# contents from the form data (if appropriate). 
 # SaveFoo may be called before DoFoo.    
 ###############################################################################
 sub DoAccount {