This commit is contained in:
Jonathan Jenne
2017-06-26 15:46:57 +02:00
parent cc25b8d3aa
commit bddcc0adeb
24 changed files with 3671 additions and 2832 deletions

View File

@@ -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]"