Fixing a typo

This commit is contained in:
Martin Kamerbeek 2005-04-27 22:11:12 +00:00
parent c688794c29
commit 980c195451

View file

@ -85,7 +85,7 @@ sub configurationForm {
$f->yesNo(
-name => $self->prepend('enabled'),
-value => $self->enabled,
-label => WebGUI::International->get('enable', 'Commerce'),
-label => WebGUI::International::get('enable', 'Commerce'),
);
$f->raw($form);