diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-18 19:16:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-18 19:16:10 +0000 |
commit | 61e87a9fb56f97ae843557511ba3609f9849cc2e (patch) | |
tree | 3811c6f36e19376dd92bfc5536ab52f5bb6e2c47 /perl-install/fsedit.pm | |
parent | deddef1f4746139ed4ef994d8f053bf39d4d6384 (diff) | |
download | drakx-61e87a9fb56f97ae843557511ba3609f9849cc2e.tar drakx-61e87a9fb56f97ae843557511ba3609f9849cc2e.tar.gz drakx-61e87a9fb56f97ae843557511ba3609f9849cc2e.tar.bz2 drakx-61e87a9fb56f97ae843557511ba3609f9849cc2e.tar.xz drakx-61e87a9fb56f97ae843557511ba3609f9849cc2e.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r-- | perl-install/fsedit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 8687d694c..aaef30baf 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -33,7 +33,7 @@ sub hds($$) { foreach (@$drives) { my $file = devices::make($_->{device}); - my $hd = partition_table_raw::get_geometry($file) or die "An error occurred while getting the geometry of block device $file: $!"; + my $hd = partition_table_raw::get_geometry($file) or die _("An error occurred while getting the geometry of block device %s: %s", $file, "$!"); $hd->{file} = $file; $hd->{prefix} = $hd->{device} = $_->{device}; # for RAID arrays of format c0d0p1 |