]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 308304: Typo when updating the milestone URL ("mile stone") - Patch by Frédéric...
authorlpsolit%gmail.com <>
Thu, 15 Sep 2005 17:42:36 +0000 (17:42 +0000)
committerlpsolit%gmail.com <>
Thu, 15 Sep 2005 17:42:36 +0000 (17:42 +0000)
editproducts.cgi

index 4572651c7493f4208e8ee841d752379f77e6605b..c7947c4289104c9855744ab84c6c6698a19f01a0 100755 (executable)
@@ -1249,7 +1249,7 @@ if ($action eq 'update') {
         SendSQL("UPDATE products
                  SET milestoneurl=" . SqlQuote($milestoneurl) . "
                  WHERE id=$product_id");
-        print "Updated mile stone URL.<BR>\n";
+        print "Updated milestone URL.<BR>\n";
     }