diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-05-27 10:52:59 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-05-27 10:52:59 +0000 |
commit | f1cb50794db65d31c56306effbcbe058c404b39b (patch) | |
tree | daf261c28540381c8d302812211e4605f1171f28 /perl-install/common.pm | |
parent | 58a88074c4ce322b637760ea5516ab4d35ff5c49 (diff) | |
download | drakx-f1cb50794db65d31c56306effbcbe058c404b39b.tar drakx-f1cb50794db65d31c56306effbcbe058c404b39b.tar.gz drakx-f1cb50794db65d31c56306effbcbe058c404b39b.tar.bz2 drakx-f1cb50794db65d31c56306effbcbe058c404b39b.tar.xz drakx-f1cb50794db65d31c56306effbcbe058c404b39b.zip |
update comment
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r-- | perl-install/common.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, @_; } |