X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/64c39b744b9fba960b32315ac7ea36477c85e8a5..eb3f8a469fc97e8a1eb73f50a63b18a7eb2567e6:/bin/mozilla/wh.pl?ds=inline diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index c8cffcd2d..8f312c859 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -105,7 +105,7 @@ sub transfer_warehouse_selection { $content = $form->parse_html_template('wh/warehouse_selection'); } elsif ($form->{trans_type} eq 'assembly') { - $form->{title} = $locale->text('Assembly'); + $form->{title} = $locale->text('Produce Assembly'); $content = $form->parse_html_template('wh/warehouse_selection_assembly'); }