From 8f7cb6dae22fc5adc6eb8c57605e16f97cfee179 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 6 Oct 1999 09:12:56 +0000 Subject: no_comment --- perl-install/install2.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 37b97a844..d19240f9c 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -75,7 +75,8 @@ $installSteps{first} = $installSteps[0]; #-##################################################################################### #-INTERN CONSTANT #-##################################################################################### -my @install_classes = (__("Beginner"), __("Developer"), __("Server"), __("Expert")); +#- these strings are used in quite a lot of places and must not be changed!!!!! +my @install_classes = (__("beginner"), __("developer"), __("server"), __("expert")); #-##################################################################################### #-Default value -- cgit v1.2.1