X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f11b6653eb047d3059980aa76ffa1bc28d96ac32..236150c127c1d81f00b20de9bf4edcdc008f4423:/SL/DB/Shop.pm diff --git a/SL/DB/Shop.pm b/SL/DB/Shop.pm index 0018de693..750e3a3b7 100644 --- a/SL/DB/Shop.pm +++ b/SL/DB/Shop.pm @@ -30,7 +30,7 @@ sub validate { push @errors, $::locale->text('Shipping cost article is not implemented') if $self->{shipping_costs_parts_id}; push @errors, $::locale->text('Fetch from last order number is not implemented') if $self->{last_order_number}; } else { - push @errors, $::locale->text('Use Long Description from Parts is only for Shopware6 implemented') + push @errors, $::locale->text('Use Long Description from Parts is only for Shopware6 implemented') if $self->{use_part_longdescription}; } return @errors;