X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e500d8b200c003f753584a8c0bfdc088571848e9..3af1d16a776c63cdcf624bcc3eba3e8738ff0ccd:/SL/Locale.pm diff --git a/SL/Locale.pm b/SL/Locale.pm index 7f8b6c691..881d5925e 100644 --- a/SL/Locale.pm +++ b/SL/Locale.pm @@ -213,7 +213,7 @@ sub text { my $self = shift; my $text = shift; - if (exists $self->{texts}->{$text}) { + if ($self->{texts}->{$text}) { $text = $self->{iconv}->convert($self->{texts}->{$text}); } else { $text = $self->{iconv_english}->convert($text);