From 2346c7832c06ed35de1af6f9d523941fa96b4259 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 4 Oct 1999 14:43:29 +0000 Subject: no_comment --- perl-install/Xconfigurator_consts.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'perl-install/Xconfigurator_consts.pm') diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index 193eb84e6..5a31ac17b 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -54,13 +54,13 @@ $resolution_wanted = "1024x768"; } %videomemory = ( - __("256 kb") => 256, - __("512 kb") => 512, - __("1 mb") => 1024, - __("2 mb") => 2048, - __("4 mb") => 4096, - __("8 mb") => 8192, - __("16 mb or more") => 16384, + __("256 kB") => 256, + __("512 kB") => 512, + __("1 MB") => 1024, + __("2 MB") => 2048, + __("4 MB") => 4096, + __("8 MB") => 8192, + __("16 MB or more") => 16384, ); %standard_monitors = ( -- cgit v1.2.1