diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-15 21:31:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-15 21:31:11 +0000 |
commit | 9cdb9f0d0ea484f8454be24d94a4e179138c70b8 (patch) | |
tree | e8fef59b2d476a8aba48a1edf828888ec9e87df6 /perl-install/fs.pm | |
parent | fb2657dc463c4f3053ba243654aa1271ffa4588c (diff) | |
download | drakx-9cdb9f0d0ea484f8454be24d94a4e179138c70b8.tar drakx-9cdb9f0d0ea484f8454be24d94a4e179138c70b8.tar.gz drakx-9cdb9f0d0ea484f8454be24d94a4e179138c70b8.tar.bz2 drakx-9cdb9f0d0ea484f8454be24d94a4e179138c70b8.tar.xz drakx-9cdb9f0d0ea484f8454be24d94a4e179138c70b8.zip |
no_comment
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 87a49bdb9..36972a11b 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -126,7 +126,7 @@ sub real_format_part { my $check_blocks = grep { /^-c$/ } @options; swap::make($part->{device}, $check_blocks); } else { - die _("don't know how to format %s in type %s", $_->{device}, type2name($_->{type})); + die _("I don't know how to format %s in type %s", $_->{device}, type2name($_->{type})); } $part->{isFormatted} = 1; } |