From 06c9ee037d4fb2bec9c4778c211f6188297e0cc8 Mon Sep 17 00:00:00 2001 From: Oliver Burger Date: Tue, 3 May 2011 13:36:40 +0000 Subject: - fixed typo (Bug 960) - corrected pot file so it passes msgfmt -c --- perl-install/standalone/drakperm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakperm') diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 3e0e7a1bb..1ad449519 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -107,7 +107,7 @@ my $tips = Gtk2::Tooltips->new; $W->add(gtknew('VBox', spacing => 5, children => [ if_(!$::isEmbedded, 0, Gtk2::Banner->new('/usr/share/mcc/themes/default/drakperm-mdk.png', N("Permissions"))), - 0, gtknew('Label_Left', text => 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."), alignment => [ 0.5, 0 ]), + 0, gtknew('Label_Left', text => 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 overwrite the default rules."), alignment => [ 0.5, 0 ]), 1, gtknew('VBox', border_width => 0, children => [ 0, gtknew('Label_Left', text => N("The current security level is %s. Select permissions to see/edit", $level), alignment => [ 0, 0 ]), -- cgit v1.2.1