summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-09-11 13:07:11 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-09-11 13:07:11 +0000
commit217605137552621aa48fe52c2f58cb64e77591bc (patch)
tree14cd7dda79bd3aa17dc5fdc919f1597093cea838 /perl-install/standalone/drakperm
parentb4fafd2689ef6f77c36e3b9dcdceec84e45fd9ed (diff)
downloaddrakx-backup-do-not-use-217605137552621aa48fe52c2f58cb64e77591bc.tar
drakx-backup-do-not-use-217605137552621aa48fe52c2f58cb64e77591bc.tar.gz
drakx-backup-do-not-use-217605137552621aa48fe52c2f58cb64e77591bc.tar.bz2
drakx-backup-do-not-use-217605137552621aa48fe52c2f58cb64e77591bc.tar.xz
drakx-backup-do-not-use-217605137552621aa48fe52c2f58cb64e77591bc.zip
display "the current level is X" instead of "the current level is level X"
Diffstat (limited to 'perl-install/standalone/drakperm')
-rwxr-xr-xperl-install/standalone/drakperm2
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),