From c9947d8e66c4d8694df20f5e5a705559002d8fd0 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 16 Jan 2017 15:58:43 +0100 Subject: [PATCH] ActionBar: Massenerstellen: Action-Titel eindeutiger gemacht --- SL/Controller/MassInvoiceCreatePrint.pm | 6 ++---- locale/de/all | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/SL/Controller/MassInvoiceCreatePrint.pm b/SL/Controller/MassInvoiceCreatePrint.pm index bccd4a2c4..cbe4d338a 100644 --- a/SL/Controller/MassInvoiceCreatePrint.pm +++ b/SL/Controller/MassInvoiceCreatePrint.pm @@ -371,17 +371,15 @@ sub setup_list_sales_delivery_orders_action_bar { tooltip => t8("Create and print invoices") ], action => [ - t8('for selected entries'), + t8("Create and print invoices for all selected delivery orders"), call => [ 'kivi.MassInvoiceCreatePrint.submitMassCreationForm' ], - tooltip => t8("Create and print invoices for all selected delivery orders"), disabled => !$params{num_rows} ? $::locale->text('The report doesn\'t contain entries.') : undef, only_if => $params{show_creation_buttons}, ], action => [ - t8('for all entries'), + t8("Create and print invoices for all delivery orders matching the filter"), call => [ 'kivi.MassInvoiceCreatePrint.createPrintAllInitialize' ], - tooltip => t8("Create and print invoices for all delivery orders matching the filter"), disabled => !$params{num_rows} ? $::locale->text('The report doesn\'t contain entries.') : undef, only_if => $params{show_creation_buttons}, ], diff --git a/locale/de/all b/locale/de/all index 0cc5f0ede..303b7dcd1 100755 --- a/locale/de/all +++ b/locale/de/all @@ -3676,9 +3676,7 @@ $self->{texts} = { 'for Document types' => 'für unterschiedliche ERP Dokumententypen', 'for Period' => 'für den Zeitraum', 'for all' => 'für alle', - 'for all entries' => 'für alle Einträge', 'for date' => 'zum Stichtag', - 'for selected entries' => 'für ausgewählte Einträge', 'found' => 'Gefunden', 'found_br' => 'Gef.', 'from \'#1\' imported Files' => 'Von \'#1\' importierte Dateien', -- 2.20.1