]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Shop.pm
shopware6: locales
[mfinanz.git] / SL / DB / Shop.pm
index 0018de693cd273df2731589aadd743ad5231befa..750e3a3b70f49b3db91493dc4c6492e4a4dd962d 100644 (file)
@@ -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;