Lagerbewegungs-Import: Text geändert und Schreibfehler in Übersetzung behoben.
[kivitendo-erp.git] / SL / Controller / CsvImport / Inventory.pm
index b4c7c40..593185e 100644 (file)
@@ -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;
   }