diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-23 17:57:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-23 17:57:03 +0000 |
commit | 94bec14e16b9f0364018d08beb2fbf3dfc91267d (patch) | |
tree | 718a25d87d998ed2075518a806e05e6e46c27d5b /perl-install/install_steps_interactive.pm | |
parent | 9c7df16fb5bd54f1b475ada02808e35a404ed1ce (diff) | |
download | drakx-backup-do-not-use-94bec14e16b9f0364018d08beb2fbf3dfc91267d.tar drakx-backup-do-not-use-94bec14e16b9f0364018d08beb2fbf3dfc91267d.tar.gz drakx-backup-do-not-use-94bec14e16b9f0364018d08beb2fbf3dfc91267d.tar.bz2 drakx-backup-do-not-use-94bec14e16b9f0364018d08beb2fbf3dfc91267d.tar.xz drakx-backup-do-not-use-94bec14e16b9f0364018d08beb2fbf3dfc91267d.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 8c3acd29b..0e9eae8f2 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -754,7 +754,7 @@ sub miscellaneousNetwork { sub miscellaneous { my ($o, $clicked) = @_; my %l = ( - #- 0 => _("Windows(TM)"), #- sorry :-) + 0 => _("Welcome To Crackers"), 1 => _("Poor"), 2 => _("Low"), 3 => _("Medium"), |