From 470ab0a0630bf9308e716efca8c52878ffbb988a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 22 Aug 2008 10:06:04 +0000 Subject: do translate the title --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') 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) } -- cgit v1.2.1