MS 2.6.4. Global Indexer Terms ersetzen

This commit is contained in:
2023-03-21 14:28:57 +01:00
parent af7aa23c8f
commit d21475bef6
9 changed files with 12 additions and 12 deletions

View File

@@ -130,9 +130,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, "Global Indexer")
MsgBox("Verknüpfungen können nicht abgelegt werden!", MsgBoxStyle.Critical, "File Flow")
Else
MsgBox("Shortcuts cannot be droppped!", MsgBoxStyle.Critical, "Global Indexer")
MsgBox("Shortcuts cannot be droppped!", MsgBoxStyle.Critical, "File Flow")
End If
Return False
End If