summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2006-12-29 03:16:42 +0100
committertimeless%mozdev.org <>2006-12-29 03:16:42 +0100
commite00f439af4402752c26d031170ba93bac25f5514 (patch)
tree6e74031665625cb6529ebfe105f747c6aa619895 /Bugzilla/Install.pm
parent89134172d86fd56d6c42d3ad0889b75a127af0a3 (diff)
downloadbugzilla-e00f439af4402752c26d031170ba93bac25f5514.tar.gz
bugzilla-e00f439af4402752c26d031170ba93bac25f5514.tar.xz
Bug 365061 Unclassified default description is bad
r=lpsolit a=justdave
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r--Bugzilla/Install.pm2
1 files changed, 1 insertions, 1 deletions
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 => {