From 9cdb9f0d0ea484f8454be24d94a4e179138c70b8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 15 Apr 2000 21:31:11 +0000 Subject: no_comment --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs.pm') 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; } -- cgit v1.2.1