diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-13 20:15:09 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-13 20:15:09 +0000 |
commit | 0007625f8c483901965549fcc8cc90ad96aa3b07 (patch) | |
tree | f95b7eb8e4b3e702c6b4fb104e52cbae1234b746 /perl-install/install_steps_interactive.pm | |
parent | db3a51de90c2a2bf9bc78ab9324835b46fb914a6 (diff) | |
download | drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.gz drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.bz2 drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.xz drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.zip |
some english typo fixes thx to Arpad Biro
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 79ea5151a..50499e384 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -360,7 +360,7 @@ sub formatMountPartitions { }); } sub { $@ =~ /fsck failed on (\S+)/ or return; - $o->ask_yesorno('', N("Failed to check filesystem %s. Do you want to repair the errors? (beware, you can loose data)", $1), 1); + $o->ask_yesorno('', N("Failed to check filesystem %s. Do you want to repair the errors? (beware, you can lose data)", $1), 1); }; undef $w; #- help perl (otherwise wait_message stays forever in newt) die \N("Not enough swap space to fulfill installation, please add some") if availableMemory() < 40 * 1024; |