From 32062c9b0dbd838d6e10332d56d59d6db25147b4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 28 Aug 1999 15:42:07 +0000 Subject: no_comment --- perl-install/partition_table.pm | 2 +- perl-install/share/po/no.po | 14 ++++++-------- perl-install/share/themes-savane.rc | 3 +-- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 2f86e969a..800a65c60 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -196,7 +196,7 @@ sub adjust_main_extended($) { my ($l, @l) = @{$hd->{extended}}; # the first is a special case, must recompute its real size - my $start = round_down($l->{normal}{start} - 1, cylinder_size($hd)); + my $start = round_down($l->{normal}{start} - 1, $hd->{geom}{sectors}); my $end = $l->{normal}{start} + $l->{normal}{size}; foreach (map $_->{normal}, @l) { $start = min($start, $_->{start}); diff --git a/perl-install/share/po/no.po b/perl-install/share/po/no.po index cec1d255f..dd1805004 100644 --- a/perl-install/share/po/no.po +++ b/perl-install/share/po/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: panoramix VERSION\n" -"POT-Creation-Date: 1999-08-28 15:29+0200\n" +"POT-Creation-Date: 1999-08-28 17:40+0200\n" "PO-Revision-Date: 1999-08-25 11:07+0200\n" "Last-Translator: Terje Bjerkelia \n" "Language-Team: norwegian\n" @@ -672,9 +672,7 @@ msgstr "Partisjonstabellen p #: ../diskdrake.pm_.c:406 msgid "You'll need to reboot before the modification can take place" -msgstr "" -"Du må starte maskinen på nytt for at modifiseringene " -"skal tre i kraft" +msgstr "Du må starte maskinen på nytt for at modifiseringene skal tre i kraft" #: ../diskdrake.pm_.c:425 msgid "Computing fat filesystem bounds" @@ -1361,21 +1359,21 @@ msgstr "Ditt valg? (standard %s trykk `none' for ingen) " msgid "Is it ok?" msgstr "Er det ok?" -#: ../partition_table.pm_.c:458 +#: ../partition_table.pm_.c:459 #, c-format msgid "Error reading file %s" msgstr "Feil ved lesing av fil %s" -#: ../partition_table.pm_.c:465 +#: ../partition_table.pm_.c:466 #, c-format msgid "Restoring from file %s failed: %s" msgstr "Gjenoppretting fra fil %s mislykket: %s" -#: ../partition_table.pm_.c:467 +#: ../partition_table.pm_.c:468 msgid "Bad backup file" msgstr "Dårlig backup-fil" -#: ../partition_table.pm_.c:487 +#: ../partition_table.pm_.c:488 #, c-format msgid "Error writing to file %s" msgstr "Feil ved skriving til fil %s" diff --git a/perl-install/share/themes-savane.rc b/perl-install/share/themes-savane.rc index 717adf259..dcc60633a 100644 --- a/perl-install/share/themes-savane.rc +++ b/perl-install/share/themes-savane.rc @@ -1,7 +1,6 @@ style "any" { - font = "*-helvetica-medium-r-normal--14-*-*-*-*-iso8859-1,*-helvetica-medium-r-normal--14-*-*-*-*-koi8-r" -#"-adobe-helvetica-medium-r-normal-*-*-100-*-*-p-*-iso8859-1" + font = "-adobe-helvetica-medium-r-normal-*-*-100-*-*-p-*-iso8859-1" bg[NORMAL] = { 0.67, 0.33, 0 } bg[ACTIVE] = { 1.0, 0.67, 0 } -- cgit v1.2.1