From f1cb50794db65d31c56306effbcbe058c404b39b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 27 May 2005 10:52:59 +0000 Subject: update comment --- perl-install/common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/common.pm b/perl-install/common.pm index 15da3a2c5..5cdf6442b 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -35,7 +35,7 @@ sub sprintf_fixutf8 { } sub N { - $::one_message_has_been_translated ||= join(':', (caller(0))[1,2]); #- see ugtk2.pm + $::one_message_has_been_translated ||= join(':', (caller(0))[1,2]); #- see mygtk2.pm my $s = shift @_; my $t = translate($s); sprintf_fixutf8 $t, @_; } -- cgit v1.2.1