MS v2.7.0.0 Renaming fileFLOW

This commit is contained in:
Developer01
2024-09-02 12:43:56 +02:00
parent 48d21617c9
commit 6f9ede51cb
13 changed files with 62 additions and 60 deletions

View File

@@ -131,9 +131,9 @@ Public Class ClassFileHandler
If oTempFilePath.ToUpper.EndsWith(".LNK") Then
If USER_LANGUAGE = "de-DE" Then
MsgBox("Verknüpfungen können nicht abgelegt werden!", MsgBoxStyle.Critical, "File Flow")
MsgBox("Verknüpfungen können nicht abgelegt werden!", MsgBoxStyle.Critical, "fileFLOW")
Else
MsgBox("Shortcuts cannot be droppped!", MsgBoxStyle.Critical, "File Flow")
MsgBox("Shortcuts cannot be droppped!", MsgBoxStyle.Critical, "fileFLOW")
End If
Return False
End If