annotation -> signatur

This commit is contained in:
Jonathan Jenne 2023-12-06 13:49:38 +01:00
parent ba6406b4b5
commit c45939b89b

View File

@ -234,7 +234,7 @@ Partial Public Class frmFieldEditor
Exit Sub
End If
If MsgBox("Wollen Sie die Annotation löschen?", MsgBoxStyle.YesNo Or MsgBoxStyle.Question, Text) = DialogResult.Yes Then
If MsgBox("Wollen Sie die Signatur löschen?", MsgBoxStyle.YesNo Or MsgBoxStyle.Question, Text) = DialogResult.Yes Then
Dim oAnnotation = GDViewer.GetAnnotationFromIdx(oSelected)
Dim oElement = Controller.GetElement(oAnnotation)