From e00f439af4402752c26d031170ba93bac25f5514 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Fri, 29 Dec 2006 02:16:42 +0000 Subject: Bug 365061 Unclassified default description is bad r=lpsolit a=justdave --- Bugzilla/Install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 218ee6359..36254a9c1 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 => { -- cgit v1.2.3-24-g4f1b