diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-20 13:10:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-20 13:10:53 +0000 |
commit | 56e71f5e6b85f7ebc4c275ed2017ee30b97dc441 (patch) | |
tree | 85286f8bf2b7340fc0e002dbb7cbf280b1a3407c /perl-install/fsedit.pm | |
parent | 70aef48728c9a2c3d9fad306a1284d7e6aabf2ed (diff) | |
download | drakx-56e71f5e6b85f7ebc4c275ed2017ee30b97dc441.tar drakx-56e71f5e6b85f7ebc4c275ed2017ee30b97dc441.tar.gz drakx-56e71f5e6b85f7ebc4c275ed2017ee30b97dc441.tar.bz2 drakx-56e71f5e6b85f7ebc4c275ed2017ee30b97dc441.tar.xz drakx-56e71f5e6b85f7ebc4c275ed2017ee30b97dc441.zip |
have "with /usr" translated
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 1ca1f1b72..3a70281f9 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -22,7 +22,7 @@ use fs; { mntpoint => "/", size => 300 << 11, type =>0x483, ratio => 5, maxsize =>3500 << 11 }, { mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 1, maxsize => 250 << 11 }, { mntpoint => "/home", size => 300 << 11, type =>0x483, ratio => 3 }, - ], 'with usr' => [ + ], __("with /usr") => [ { mntpoint => "/", size => 150 << 11, type =>0x483, ratio => 1, maxsize => 500 << 11 }, { mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 1, maxsize => 250 << 11 }, { mntpoint => "/usr", size => 300 << 11, type =>0x483, ratio => 4, maxsize =>3000 << 11 }, |