jj 26.06
This commit is contained in:
@@ -49,7 +49,11 @@
|
||||
|
||||
Private Sub btnVersion_Click(sender As Object, e As EventArgs) Handles btnVersion.Click
|
||||
If txtnamenKonv.Text.Contains("[%Version]") Then
|
||||
MsgBox("Versionstag ist bereits enthalten!", MsgBoxStyle.Exclamation)
|
||||
If USER_LANGUAGE = "de-DE" Then
|
||||
MsgBox("Versionstag ist bereits enthalten!", MsgBoxStyle.Exclamation)
|
||||
Else
|
||||
MsgBox("Versiontag already added!", MsgBoxStyle.Exclamation)
|
||||
End If
|
||||
Exit Sub
|
||||
End If
|
||||
Dim text As String = "[%Version]"
|
||||
|
||||
Reference in New Issue
Block a user