From 5a26f88df37610f86a511c2cd9151bf2f99a4122 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 19 Sep 2008 12:51:28 +0000 Subject: (level_choose) remove wrongly commited debug stuff --- perl-install/security/level.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/security') 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 ": " - 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 }, -- cgit v1.2.1