1 Version erstellen anstatt leere E-Mail verschicken, exakter beschrieben
authorJan Büren <jan@kivitendo.de>
Mon, 29 Nov 2021 07:42:24 +0000 (08:42 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 20 Dec 2021 10:21:59 +0000 (11:21 +0100)
templates/webpages/common/_send_email_dialog.html

index 9518395..b039b25 100644 (file)
@@ -77,7 +77,7 @@
    <td>
     [% SET no_file_label = have_files ? LxERP.t8("Don't include a printout of the record with the email, only selected files") : LxERP.t8("Don't include a printout of the record with the email") ;
            options       = [
-             [ "old_file", LxERP.t8("Send the last printout created for this record") ],
+             [ "old_file", LxERP.t8("Send the last or create the first version for this record") ],
              [ "normal",   LxERP.t8("Create and send a new printout for this record") ],
              [ "no_file",  no_file_label ],
            ] ;