diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-13 18:19:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-13 18:19:32 +0000 |
commit | 00ed9b1464ff110d9f8ae58901f3cc3e1523f5d6 (patch) | |
tree | 5f3153067ac30a50a56c83517261597fff78900f /perl-install | |
parent | 23a566beefbc502e4e772eff27d43036c814187e (diff) | |
download | drakx-00ed9b1464ff110d9f8ae58901f3cc3e1523f5d6.tar drakx-00ed9b1464ff110d9f8ae58901f3cc3e1523f5d6.tar.gz drakx-00ed9b1464ff110d9f8ae58901f3cc3e1523f5d6.tar.bz2 drakx-00ed9b1464ff110d9f8ae58901f3cc3e1523f5d6.tar.xz drakx-00ed9b1464ff110d9f8ae58901f3cc3e1523f5d6.zip |
alter message according to interface team suggestion
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakautoinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index 4f12be3bb..e16bec617 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -44,7 +44,7 @@ With that feature, you will be able to replay the installation you've performed For maximum safety, the partitioning and formatting will never be performed automatically, whatever you chose during the install of this computer. -Do you want to continue?"), 1) or quit_global($in, 0); +Press ok to continue."), 1) or quit_global($in, 0); my @manual_steps = qw(doPartitionDisks formatPartitions); |