summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_stdio.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-04 14:43:29 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-04 14:43:29 +0000
commit2346c7832c06ed35de1af6f9d523941fa96b4259 (patch)
treec0d77250687090ea0de366e460385d1347c3cee0 /perl-install/install_steps_stdio.pm
parent3cf33eab50fd8e7eb927c617986f62938e0485a1 (diff)
downloaddrakx-backup-do-not-use-2346c7832c06ed35de1af6f9d523941fa96b4259.tar
drakx-backup-do-not-use-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.gz
drakx-backup-do-not-use-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.bz2
drakx-backup-do-not-use-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.xz
drakx-backup-do-not-use-2346c7832c06ed35de1af6f9d523941fa96b4259.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_stdio.pm')
-rw-r--r--perl-install/install_steps_stdio.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_stdio.pm b/perl-install/install_steps_stdio.pm
index 651f3ba16..1dbf94dae 100644
--- a/perl-install/install_steps_stdio.pm
+++ b/perl-install/install_steps_stdio.pm
@@ -18,7 +18,7 @@ use log;
sub enteringStep($$$) {
my ($o, $step) = @_;
- print _("Starting step `%s'\n", $o->{steps}{$step}{text});
+ print _("Entering step `%s'\n", $o->{steps}{$step}{text});
}
sub leavingStep {
my ($o) = @_;