summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-08 08:48:52 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-08 08:48:52 +0000
commit2638715c9af95cb2b3b0fcd3107241257363ed73 (patch)
tree47084e9b9058d0181c3589f5a2aaf2ed9c96ce92 /perl-install/standalone/drakperm
parent4180032466e6bb063600059a2eaacdbb2853ae2e (diff)
downloaddrakx-2638715c9af95cb2b3b0fcd3107241257363ed73.tar
drakx-2638715c9af95cb2b3b0fcd3107241257363ed73.tar.gz
drakx-2638715c9af95cb2b3b0fcd3107241257363ed73.tar.bz2
drakx-2638715c9af95cb2b3b0fcd3107241257363ed73.tar.xz
drakx-2638715c9af95cb2b3b0fcd3107241257363ed73.zip
center labels like before
Diffstat (limited to 'perl-install/standalone/drakperm')
-rwxr-xr-xperl-install/standalone/drakperm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm
index 2798242d4..be884e4a7 100755
--- a/perl-install/standalone/drakperm
+++ b/perl-install/standalone/drakperm
@@ -104,11 +104,11 @@ $permList->signal_connect(button_press_event => sub {
my $tips = new Gtk2::Tooltips;
$W->add(gtkpack_(Gtk2::VBox->new(0,5),
- 0, Gtk2::WrappedLabel->new(N("Here you can see files to use in order to fix permissions, owners, and groups via msec.\nYou can also edit your own rules which will owerwrite the default rules.")),
+ 0, Gtk2::WrappedLabel->new(N("Here you can see files to use in order to fix permissions, owners, and groups via msec.\nYou can also edit your own rules which will owerwrite the default rules."), 0.5),
1, gtkadd(Gtk2::Frame->new,
gtkpack_(Gtk2::VBox->new,
0, Gtk2::WrappedLabel->new(N("The current security level is %s.
-Select permissions to see/edit", $level)),
+Select permissions to see/edit", $level), 0.5),
0, gtkpack_(gtkset_layout(Gtk2::HButtonBox->new, 'spread'),
0, $combo_perm,
),