diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-04 14:43:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-04 14:43:29 +0000 |
commit | 2346c7832c06ed35de1af6f9d523941fa96b4259 (patch) | |
tree | c0d77250687090ea0de366e460385d1347c3cee0 /perl-install/install_steps_stdio.pm | |
parent | 3cf33eab50fd8e7eb927c617986f62938e0485a1 (diff) | |
download | drakx-2346c7832c06ed35de1af6f9d523941fa96b4259.tar drakx-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.gz drakx-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.bz2 drakx-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.xz drakx-2346c7832c06ed35de1af6f9d523941fa96b4259.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_stdio.pm')
-rw-r--r-- | perl-install/install_steps_stdio.pm | 2 |
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) = @_; |