From 50e9bb1e32301ef2f22afdcea54b487487c479f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 29 Nov 2021 08:42:24 +0100 Subject: [PATCH] 1 Version erstellen anstatt leere E-Mail verschicken, exakter beschrieben --- templates/webpages/common/_send_email_dialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/common/_send_email_dialog.html b/templates/webpages/common/_send_email_dialog.html index 9518395d0..b039b253f 100644 --- a/templates/webpages/common/_send_email_dialog.html +++ b/templates/webpages/common/_send_email_dialog.html @@ -77,7 +77,7 @@ [% 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 ], ] ; -- 2.20.1