diff options
author | timeless%mozdev.org <> | 2007-07-23 05:25:10 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-23 05:25:10 +0200 |
commit | efe725f656d0e44bef2c1573a59d3eddf3029b2a (patch) | |
tree | eefdd829d63eadf0622aa16c3cadac00eaabdb85 /Bugzilla/Install | |
parent | 037e0329c03537cdb893c6a50758a087f00d8fbc (diff) | |
download | bugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.gz bugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.xz |
Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all documentation
r=colin.ogilvie, kevin.benton
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/DB.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index 4b4e7a068..99b405736 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -1896,7 +1896,7 @@ sub _copy_old_charts_into_database { qw(FIXED INVALID WONTFIX LATER REMIND DUPLICATE WORKSFORME MOVED); my @fields = (@statuses, @resolutions); - # We have a localisation problem here. Where do we get these values? + # We have a localization problem here. Where do we get these values? my $all_name = "-All-"; my $open_name = "All Open"; |