diff options
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r-- | perl-install/common.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm index cce250899..f7d4bc15c 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -35,6 +35,7 @@ sub sprintf_fixutf8 { } sub N { + $::one_message_has_been_translated ||= join(':', (caller(0))[1,2]); #- see ugtk2.pm my $s = shift @_; my $t = translate($s); sprintf_fixutf8 $t, @_; } |