summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator_consts.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-11-15 17:00:32 +0000
committerFrancois Pons <fpons@mandriva.com>1999-11-15 17:00:32 +0000
commit9e87d0328b02df29fde03ce36eba561d25e505ca (patch)
tree00d4d9bb9bdadc8c88c47a82446d3da6adf0881c /perl-install/Xconfigurator_consts.pm
parent696f30f9b0ae3998c921d182127ff8d062808856 (diff)
downloaddrakx-backup-do-not-use-9e87d0328b02df29fde03ce36eba561d25e505ca.tar
drakx-backup-do-not-use-9e87d0328b02df29fde03ce36eba561d25e505ca.tar.gz
drakx-backup-do-not-use-9e87d0328b02df29fde03ce36eba561d25e505ca.tar.bz2
drakx-backup-do-not-use-9e87d0328b02df29fde03ce36eba561d25e505ca.tar.xz
drakx-backup-do-not-use-9e87d0328b02df29fde03ce36eba561d25e505ca.zip
*** empty log message ***
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r--perl-install/Xconfigurator_consts.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm
index f3b6573f7..ef4a15d70 100644
--- a/perl-install/Xconfigurator_consts.pm
+++ b/perl-install/Xconfigurator_consts.pm
@@ -1,11 +1,11 @@
use common qw(:common);
%depths = (
- 8 => __("256 colors"),
- 15 => __("32 thousand colors"),
- 16 => __("65 thousand colors"),
- 24 => __("16 million colors"),
- 32 => __("4 billion colors"),
+ 8 => __("256 colors (8 bits)"),
+ 15 => __("32 thousand colors (15 bits)"),
+ 16 => __("65 thousand colors (16 bits)"),
+ 24 => __("16 million colors (24 bits)"),
+ 32 => __("4 billion colors (32 bits)"),
);
@depths = ikeys(%depths);