From e1596b6b1096b5a19d629ff1970e65e925fa29b9 Mon Sep 17 00:00:00 2001
From: "G. Richardson" <information@kivitendo-premium.de>
Date: Sat, 28 May 2016 14:47:10 +0200
Subject: [PATCH] Typos

---
 SL/IS.pm      | 2 +-
 locale/de/all | 2 +-
 locale/en/all | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/SL/IS.pm b/SL/IS.pm
index a9a115de0..08846cb08 100644
--- 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;
diff --git a/locale/de/all b/locale/de/all
index 47a33ed2f..939df90ef 100755
--- a/locale/de/all
+++ b/locale/de/all
@@ -1951,7 +1951,7 @@ $self->{texts} = {
   'Paid'                        => 'bezahlt',
   'Paid amount'                 => 'Bezahlter Betrag',
   'Part'                        => 'Ware',
-  'Part "#1" has chargenumber or best before date set. So it cannot be transfered automaticaly.' => 'Bei Artikel "#1" ist eine Chargenummer oder ein Mindesthaltbarkeitsdatum vergeben. Deshalb kann dieser Artikel nicht automatisch ausgelagert werden.',
+  'Part "#1" has chargenumber or best before date set. So it cannot be transfered automatically.' => 'Bei Artikel "#1" ist eine Chargenummer oder ein Mindesthaltbarkeitsdatum vergeben. Deshalb kann dieser Artikel nicht automatisch ausgelagert werden.',
   'Part (database ID)'          => 'Artikel (Datenbank-ID)',
   'Part Description'            => 'Artikelbeschreibung',
   'Part Description missing!'   => 'Artikelbezeichnung fehlt!',
diff --git a/locale/en/all b/locale/en/all
index e371413d7..5613dde47 100644
--- a/locale/en/all
+++ b/locale/en/all
@@ -1531,7 +1531,7 @@ $self->{texts} = {
   'Part Notes'                  => '',
   'Part Number'                 => '',
   'Part Number missing!'        => '',
-  'Part \"#1\" has chargenumber or best before date set. So it cannot be transfered automaticaly.' => '',
+  'Part \"#1\" has chargenumber or best before date set. So it cannot be transfered automatically.' => '',
   'Part picker'                 => '',
   'Partnumber'                  => '',
   'Partnumber must not be set to empty!' => '',
-- 
2.20.1