diff options
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"), |