diff options
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 14 |
1 files changed, 7 insertions, 7 deletions
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 = ( |