summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-04-23 14:26:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-04-23 14:26:20 +0000
commit38c4e60a67e867ebd4c04570f154630459f810ea (patch)
tree3cc4bce6fa38cb16fa5e010af5b23900dbfdd9d3
parent0c56057106daf838c912ce4812a9a6b2ce573713 (diff)
downloaddrakx-backup-do-not-use-38c4e60a67e867ebd4c04570f154630459f810ea.tar
drakx-backup-do-not-use-38c4e60a67e867ebd4c04570f154630459f810ea.tar.gz
drakx-backup-do-not-use-38c4e60a67e867ebd4c04570f154630459f810ea.tar.bz2
drakx-backup-do-not-use-38c4e60a67e867ebd4c04570f154630459f810ea.tar.xz
drakx-backup-do-not-use-38c4e60a67e867ebd4c04570f154630459f810ea.zip
a few english fixes thx to vincent meyer
-rw-r--r--perl-install/any.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index cfcc3a4f9..1888c50ac 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -252,7 +252,7 @@ On which drive are you booting?"), \&partition_table::description, $hds) or goto
$in->ask_from_(
{
messages =>
-_("Here are the different entries.
+_("Here are the entries on your boot menu so far.
You can add some more or change the existing ones."),
ok => '',
},
@@ -1049,8 +1049,7 @@ or to the Internet. There is no password access."),
4 => _("With this security level, the use of this system as a server becomes possible.
The security is now high enough to use the system as a server which accept
connections from many clients. Note: if your machine is only a client on the Internet, you should better choose a lower level."),
- 5 => _("Based on the previous level, but the system is entirely closed.
-Security features are at their maximum."),
+ 5 => _("This is similar to the previous level, but the system is entirely closed and security features are at their maximum."),
);
delete @l{0,1};
delete $l{5} if !$::expert;