X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FCsvImport%2FInventory.pm;h=593185eb2beadd24f852ba76de9566e05f8bc51b;hb=11c945f26a44f4cb5c36ee1f013e7583562e7651;hp=b4c7c40a3b13070707e289ad72c536acca4e7d04;hpb=1adadc3007e658f3c0723701e79f42569e71df9f;p=kivitendo-erp.git diff --git a/SL/Controller/CsvImport/Inventory.pm b/SL/Controller/CsvImport/Inventory.pm index b4c7c40a3..593185eb2 100644 --- a/SL/Controller/CsvImport/Inventory.pm +++ b/SL/Controller/CsvImport/Inventory.pm @@ -276,7 +276,7 @@ sub check_qty{ } if (exists $entry->{raw_data}->{target_qty} && exists $entry->{raw_data}->{qty}) { - push @{ $entry->{errors} }, $::locale->text('Error: a quantity and a target quantity could not be given both.'); + push @{ $entry->{errors} }, $::locale->text('Error: A quantity and a target quantity could not be given both.'); return 0; }