summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-01-22 19:02:57 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-01-22 19:02:57 +0000
commit099685965e4e0ecd5fcef097069b7a41233a284d (patch)
treeb101bc1467dcbae20fa9761654ac8474474713e0 /perl-install/standalone/drakperm
parentbbc145d8c9badb1e65be9d22fe4fc282982973c9 (diff)
downloaddrakx-backup-do-not-use-099685965e4e0ecd5fcef097069b7a41233a284d.tar
drakx-backup-do-not-use-099685965e4e0ecd5fcef097069b7a41233a284d.tar.gz
drakx-backup-do-not-use-099685965e4e0ecd5fcef097069b7a41233a284d.tar.bz2
drakx-backup-do-not-use-099685965e4e0ecd5fcef097069b7a41233a284d.tar.xz
drakx-backup-do-not-use-099685965e4e0ecd5fcef097069b7a41233a284d.zip
English proofreading
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 8d33efd33..83cc4630d 100755
--- a/perl-install/standalone/drakperm
+++ b/perl-install/standalone/drakperm
@@ -67,7 +67,7 @@ my $F = new Gtk2::Frame;
$combo_perm->set_popdown_strings(sort(keys %perm));
$tips->set_tip($B_add, N("Add a new rule at the end"));
-$tips->set_tip($B_edit, N("Edit curent rule"));
+$tips->set_tip($B_edit, N("Edit current rule"));
$tips->set_tip($B_up, N("Up selected rule one level"));
$tips->set_tip($B_down, N("Down selected rule one level"));
$tips->set_tip($B_del, N("Delete selected rule"));
@@ -205,7 +205,7 @@ sub save_perm {
close F;
$modified = 0;
}
-#- on list selection we get all data concerning the curent selection
+#- on list selection we get all data concerning the current selection
sub row_setting_data {
my (undef, $row, $column, undef ) = @_;
%CURENT = ('clicked' => {'row' => $row,