X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/79398e65cd6534ca6ccd22f8ff7c67617e6ccc53..54ddc03:/bin/mozilla/vk.pl diff --git a/bin/mozilla/vk.pl b/bin/mozilla/vk.pl index dbbc2bdc5..021761ee9 100644 --- a/bin/mozilla/vk.pl +++ b/bin/mozilla/vk.pl @@ -146,7 +146,7 @@ sub invoice_transactions { my @options; if ($form->{description}) { - push @options, $locale->text('description') . " : $form->{description}"; + push @options, $locale->text('Description') . " : $form->{description}"; } if ($form->{customer}) { push @options, $locale->text('Customer') . " : $form->{customername}"; @@ -185,7 +185,7 @@ sub invoice_transactions { $report->set_options('top_info_text' => join("\n", @options), 'output_format' => 'HTML', 'title' => $form->{title}, - 'attachment_basename' => $locale->text('sales_report') . strftime('_%Y%m%d', localtime time), + 'attachment_basename' => $locale->text('Sales Report') . strftime('_%Y%m%d', localtime time), ); $report->set_options_from_form();