X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d827669e7276da1a37906454acd20e24362d8174..b98b8e3f73a399d2d4df7be4962b56bd4ad8c82b:/SL/Controller/DeliveryPlan.pm diff --git a/SL/Controller/DeliveryPlan.pm b/SL/Controller/DeliveryPlan.pm index 1ea6d7c7c..07581c428 100644 --- a/SL/Controller/DeliveryPlan.pm +++ b/SL/Controller/DeliveryPlan.pm @@ -28,7 +28,7 @@ my %sort_columns = ( ordnumber => t8('Order'), customer => t8('Customer'), vendor => t8('Vendor'), - value_of_goods => t8('Value of goods'), + value_of_goods => t8('Value of transferred goods'), );