diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakperm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 92c92e26e..823be94b7 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -109,7 +109,7 @@ $W->add(gtkpack_(Gtk2::VBox->new(0,5), gtkpack_(Gtk2::VBox->new(0,5), 0, gtkadd(Gtk2::HBox->new(0,5), Gtk2::Label->new(N("The current security level is %s -Select permissions to see/edit", $default_perm_level)), +Select permissions to see/edit", $level)), $combo_perm ), 1, create_scrolled_window($permList), |