diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-08-22 10:06:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-08-22 10:06:04 +0000 |
commit | 470ab0a0630bf9308e716efca8c52878ffbb988a (patch) | |
tree | 5e363610211713949c6248572f460e5e3325bccd /perl-install/ugtk2.pm | |
parent | ab4013bb8532daafa468fb828a21c3d3e1bc6e19 (diff) | |
download | drakx-470ab0a0630bf9308e716efca8c52878ffbb988a.tar drakx-470ab0a0630bf9308e716efca8c52878ffbb988a.tar.gz drakx-470ab0a0630bf9308e716efca8c52878ffbb988a.tar.bz2 drakx-470ab0a0630bf9308e716efca8c52878ffbb988a.tar.xz drakx-470ab0a0630bf9308e716efca8c52878ffbb988a.zip |
do translate the title
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 890ce93b6..89844f570 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -709,7 +709,7 @@ sub string_width { my ($def_step_title); sub set_default_step_items { - ($def_step_title) = @_; + $def_step_title = translate($_[0]); } sub get_default_step_items { ($def_step_title) } |