From e00f439af4402752c26d031170ba93bac25f5514 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Fri, 29 Dec 2006 02:16:42 +0000 Subject: [PATCH] Bug 365061 Unclassified default description is bad r=lpsolit a=justdave --- Bugzilla/Install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 218ee63594..36254a9c19 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -114,7 +114,7 @@ use constant SYSTEM_GROUPS => ( use constant DEFAULT_CLASSIFICATION => { name => 'Unclassified', - description => 'Unassigned to any classification' + description => 'Not assigned to any classification' }; use constant DEFAULT_PRODUCT => { -- 2.47.2