summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-20 13:10:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-20 13:10:53 +0000
commit56e71f5e6b85f7ebc4c275ed2017ee30b97dc441 (patch)
tree85286f8bf2b7340fc0e002dbb7cbf280b1a3407c /perl-install/fsedit.pm
parent70aef48728c9a2c3d9fad306a1284d7e6aabf2ed (diff)
downloaddrakx-backup-do-not-use-56e71f5e6b85f7ebc4c275ed2017ee30b97dc441.tar
drakx-backup-do-not-use-56e71f5e6b85f7ebc4c275ed2017ee30b97dc441.tar.gz
drakx-backup-do-not-use-56e71f5e6b85f7ebc4c275ed2017ee30b97dc441.tar.bz2
drakx-backup-do-not-use-56e71f5e6b85f7ebc4c275ed2017ee30b97dc441.tar.xz
drakx-backup-do-not-use-56e71f5e6b85f7ebc4c275ed2017ee30b97dc441.zip
have "with /usr" translated
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm2
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 },