From 4018f0145afdd52a767ba4fb4903e18e6505c64c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 15 Sep 2008 18:11:42 +0000 Subject: (level_choose) fix defaulting to current security level in GUI (regression introduced in r244534 on 2008-08-29, was: '(level_choose) refresh "Security" step' --- 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 90ea34751..5fc20738b 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($_), formatAlaTeX($help{$_})); + 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