From a6d9a75354688e1f0c837f0456078f7afe17fbd5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 11 Apr 2001 14:49:03 +0000 Subject: translate the ``path'' in profile selection --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index d872ba977..e0fdb64ba 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -286,7 +286,7 @@ sub reallyChooseGroups { my $old = $path; $path = $o->{compssUsers}{$e}{path}; ( - if_($old ne $path, new Gtk::Label($path)), + if_($old ne $path, new Gtk::Label(translate($path))), gtkpack_(new Gtk::HBox(0,0), 0, gtkpng($file), 1, $check), ) } @{$o->{compssUsersSorted}})), -- cgit v1.2.1