Revision 6be015fa
Von Sven Schöling vor fast 15 Jahren hinzugefügt
SL/Locale.pm | ||
---|---|---|
215 | 215 |
if (exists $self->{subs}{$text_rev}) { |
216 | 216 |
$text = $self->{subs}{$text_rev}; |
217 | 217 |
} elsif ($self->{countrycode} && $self->{NLS_file}) { |
218 |
Form->error("$text not defined in locale/$self->{countrycode}/$self->{NLS_file}");
|
|
218 |
$main::form->error("$text not defined in locale/$self->{countrycode}/$self->{NLS_file}");
|
|
219 | 219 |
} |
220 | 220 |
|
221 | 221 |
$main::lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
Feature Branch: Autocompletion.