From 6b2fffca094915ce361e5c6bdb98db28afc1779c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 Aug 2004 09:51:50 +0000 Subject: typo fixes --- perl-install/standalone/drakperm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakperm') diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index dc000abc8..8d9270889 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -286,9 +286,9 @@ sub row_setting_dialog { $groups->entry->set_text($model->get($iter, 3)) if $iter; my $id_box = gtkadd(Gtk2::HBox->new, - Gtk2::Label->new(N("User :")), + Gtk2::Label->new(N("User:")), $users, - Gtk2::Label->new(N("Group :")), + Gtk2::Label->new(N("Group:")), $groups, ); -- cgit v1.2.1