diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-31 17:49:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-31 17:49:30 +0000 |
commit | 416760cf6e1a2bcd8080388e290fa12e3e74c377 (patch) | |
tree | 2b841530dcd292a2559218349f0881c60d410999 /perl-install/Xconfigurator_consts.pm | |
parent | 91419eac51774d733b905ac2d54b3bde60a208df (diff) | |
download | drakx-416760cf6e1a2bcd8080388e290fa12e3e74c377.tar drakx-416760cf6e1a2bcd8080388e290fa12e3e74c377.tar.gz drakx-416760cf6e1a2bcd8080388e290fa12e3e74c377.tar.bz2 drakx-416760cf6e1a2bcd8080388e290fa12e3e74c377.tar.xz drakx-416760cf6e1a2bcd8080388e290fa12e3e74c377.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index ae8f39d9d..272138411 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -1,12 +1,8 @@ use common qw(:common); -%keymap_translate = ( - uk => "gb", -); - %depths = ( 8 => __("256 colors"), - 15 => __("32 thousand colors"), +# 15 => __("32 thousand colors"), 16 => __("65 thousand colors"), 24 => __("16 millions of colors"), 32 => __("4 billions of colors"), |