From: lpsolit%gmail.com <> Date: Thu, 15 Sep 2005 17:42:36 +0000 (+0000) Subject: Bug 308304: Typo when updating the milestone URL ("mile stone") - Patch by Frédéric... X-Git-Tag: bugzilla-2.20~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df4c4f7b136883e1f09d99fa713923489a3afb1;p=thirdparty%2Fbugzilla.git Bug 308304: Typo when updating the milestone URL ("mile stone") - Patch by Frédéric Buclin r=wicked a=justdave --- diff --git a/editproducts.cgi b/editproducts.cgi index 4572651c74..c7947c4289 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -1249,7 +1249,7 @@ if ($action eq 'update') { SendSQL("UPDATE products SET milestoneurl=" . SqlQuote($milestoneurl) . " WHERE id=$product_id"); - print "Updated mile stone URL.
\n"; + print "Updated milestone URL.
\n"; }