diff options
Diffstat (limited to 'perl-install/standalone/draksec')
-rwxr-xr-x | perl-install/standalone/draksec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 5b45ef14d..fa24132e0 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -229,7 +229,7 @@ $notebook->append_page(gtkshow(create_scrolled_window(gtkpack_(new Gtk2::VBox(0, my $entry = $security_checks_value{$i}->entry; set_help_tip($entry, $msec->get_check_default($opt), $opt); [ gtkshow(new_wrapped_label($i)), resize($security_checks_value{$i}) ]; - } sort map { $fields{$_} || $_} $msec->list_checks)))), + } sort map { $fields{$_} || $_ } $msec->list_checks)))), new Gtk2::Label(N("Periodic Checks"))); |