From 84c1e818ec0e777390042ab89cce496cdc7358a9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 10 Aug 2006 05:16:17 +0000 Subject: Bug 345113: Change the descriptions of dependson and blocked - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/User.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/User.pm') diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index c83732ecc..6039e3fe6 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -1157,8 +1157,8 @@ our %names_to_events = ( 'Attachment description' => EVT_ATTACHMENT_DATA, 'Attachment mime type' => EVT_ATTACHMENT_DATA, 'Attachment is patch' => EVT_ATTACHMENT_DATA, - 'BugsThisDependsOn' => EVT_DEPEND_BLOCK, - 'OtherBugsDependingOnThis' => EVT_DEPEND_BLOCK); + 'Depends on' => EVT_DEPEND_BLOCK, + 'Blocks' => EVT_DEPEND_BLOCK); # Returns true if the user wants mail for a given bug change. # Note: the "+" signs before the constants suppress bareword quoting. -- cgit v1.2.3-24-g4f1b