MS Übersetzungen

This commit is contained in:
Developer01
2025-02-11 16:57:26 +01:00
parent 1b539bce13
commit edb8476a50
8 changed files with 2529 additions and 2326 deletions

View File

@@ -363,7 +363,7 @@ Public Class ClassAllgemeineFunktionen
Dim oMSG = ClassAllgemeineFunktionen.GUI_LANGUAGE_INFO("ExportLogFiles_Result")
MsgBox(oMSG, MsgBoxStyle.Information, ADDITIONAL_TITLE)
Catch ex As Exception
MsgBox(ex.Message, "Error saving log file")
MsgBox(ex.Message, MsgBoxStyle.Critical, "Error saving log file")
End Try
End Sub
End Class