MS Cahnges

This commit is contained in:
Digital Data - Marlon Schreiber
2018-06-15 11:48:04 +02:00
parent afd5186e62
commit bb412d1141
5 changed files with 19 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ Public Class frmMain
End If
Else
If USER_IS_ADMIN = True And ERROR_INIT = "NO LICENSE" Then
MsgBox("As an admin You have exit! Please inform Digital Data to add a valid license!", MsgBoxStyle.Exclamation, "")
MsgBox("As an admin You have access! Please inform Digital Data to add a valid license!", MsgBoxStyle.Exclamation, "")
Else
If Not USER_IS_ADMIN Then
MsgBox("Application will close now!", MsgBoxStyle.Critical, "")