]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IS.pm
Typos
[mfinanz.git] / SL / IS.pm
index a9a115de03b41233ed86d4048a74dbcbe3ca021a..08846cb08ef88dc6c1a31a505f0142f90248979e 100644 (file)
--- a/SL/IS.pm
+++ b/SL/IS.pm
@@ -1483,7 +1483,7 @@ sub _determine_wh_and_bin {
                                                       parts_id => $part->id,
                                                       bin_id   => $bin_id);
     if ($error == 1) {
-      push @errors, $::locale->text('Part "#1" has chargenumber or best before date set. So it cannot be transfered automaticaly.',
+      push @errors, $::locale->text('Part "#1" has chargenumber or best before date set. So it cannot be transfered automatically.',
                                     $part->description);
     }
     my $form_unit_obj = SL::DB::Unit->new(name => $unit)->load;