From fb011a203499e0cb36789b5e9ca4b11364ac6170 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 4 Jun 2007 19:58:23 +0000 Subject: draksec: make the help dialog clearer about default values (#24159) --- perl-install/NEWS | 2 ++ perl-install/standalone/draksec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index ce330a976..71db96d08 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -5,6 +5,8 @@ with the same fraction (eg #30090) - diskdrake: o when formatting ntfs don't zero partition (#30928) +- draksec: + o make the help dialog clearer about default values (#24159) - harddrake service: o drop support for kernel-2.4.x diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index aa5422c59..fc2a15377 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -158,7 +158,7 @@ sub register_help_entry { formatAlaTeX($label) . ":\n", { foreground => "royalblue3" }, ], - [ join("\n", formatAlaTeX($help), N("(default value: %s)", to_i18n($default)), "\n") ] + [ join("\n", formatAlaTeX($help), N("(default value: %s)", map { s/ /, /g; $_ } to_i18n($default)), "\n") ] ); } -- cgit v1.2.1