diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-19 12:51:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-19 12:51:28 +0000 |
commit | 5a26f88df37610f86a511c2cd9151bf2f99a4122 (patch) | |
tree | e30345501f589830e841a726a8f6a5b6879e4604 /perl-install/security | |
parent | e9d8ca032d13a52d364e754cc12a0ae8a6f7234b (diff) | |
download | drakx-5a26f88df37610f86a511c2cd9151bf2f99a4122.tar drakx-5a26f88df37610f86a511c2cd9151bf2f99a4122.tar.gz drakx-5a26f88df37610f86a511c2cd9151bf2f99a4122.tar.bz2 drakx-5a26f88df37610f86a511c2cd9151bf2f99a4122.tar.xz drakx-5a26f88df37610f86a511c2cd9151bf2f99a4122.zip |
(level_choose) remove wrongly commited debug stuff
Diffstat (limited to 'perl-install/security')
-rw-r--r-- | perl-install/security/level.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm index 5fc20738b..7f7188c86 100644 --- a/perl-install/security/level.pm +++ b/perl-install/security/level.pm @@ -59,7 +59,7 @@ connections from many clients. Note: if your machine is only a client on the Int { val => $security, list => \@l, format => sub { #-PO: this string is used to properly format "<security level>: <level description>" - N("%s[:] %s", to_string($_[0]), formatAlaTeX($help{$_[0]})); + N("%s: %s", to_string($_[0]), formatAlaTeX($help{$_[0]})); }, type => 'list', gtk => { use_boxradio => 1 } }, { label => N("Security Administrator:"), title => 1 }, |