MS Bestätigung Einladung versendet

This commit is contained in:
2023-12-04 16:15:32 +01:00
parent cb44e25fea
commit 62d88d6770
8 changed files with 32 additions and 7 deletions

View File

@@ -247,7 +247,7 @@
</value>
</data>
<data name="btnSendEnvelope.Caption" xml:space="preserve">
<value>Umschlag senden</value>
<value>Einladungen versenden</value>
</data>
<data name="btnSendEnvelope.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>

View File

@@ -302,6 +302,8 @@ Partial Public Class frmEnvelopeEditor
If Controller.SendEnvelope() = False Then
MsgBox(Resources.Envelope.Envelope_could_not_be_sent, MsgBoxStyle.Critical, Text)
Else
MsgBox(Resources.Envelope.Envelope_Invitations_Sent, MsgBoxStyle.Information, Text)
End If
End Sub