summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-11 14:49:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-11 14:49:03 +0000
commita6d9a75354688e1f0c837f0456078f7afe17fbd5 (patch)
tree18dcf25193ffe1565712277c75c4585406876ca4 /perl-install
parent29f26f9ebe878edd8e1c4f1e8373063b554e25f1 (diff)
downloaddrakx-backup-do-not-use-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar
drakx-backup-do-not-use-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar.gz
drakx-backup-do-not-use-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar.bz2
drakx-backup-do-not-use-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar.xz
drakx-backup-do-not-use-a6d9a75354688e1f0c837f0456078f7afe17fbd5.zip
translate the ``path'' in profile selection
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_gtk.pm2
-rw-r--r--perl-install/install_steps_interactive.pm2
2 files changed, 2 insertions, 2 deletions
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}})),
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index b8937f29c..4725ed1e9 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -595,7 +595,7 @@ sub reallyChooseGroups {
(map {;
my $old = $path;
$path = $o->{compssUsers}{$_}{path};
- if_($old ne $path, { val => $path }),
+ if_($old ne $path, { val => translate($path) }),
{
val => \$val->{$_},
type => 'bool',