summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-08-13 20:15:09 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-08-13 20:15:09 +0000
commit0007625f8c483901965549fcc8cc90ad96aa3b07 (patch)
treef95b7eb8e4b3e702c6b4fb104e52cbae1234b746 /perl-install/install_steps_interactive.pm
parentdb3a51de90c2a2bf9bc78ab9324835b46fb914a6 (diff)
downloaddrakx-backup-do-not-use-0007625f8c483901965549fcc8cc90ad96aa3b07.tar
drakx-backup-do-not-use-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.gz
drakx-backup-do-not-use-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.bz2
drakx-backup-do-not-use-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.xz
drakx-backup-do-not-use-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.pm2
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;