jj 21.03.2016 update translations

This commit is contained in:
JenneJ
2016-03-21 11:02:15 +01:00
parent 9cda976105
commit b141334661
5 changed files with 22 additions and 6 deletions

View File

@@ -260,7 +260,7 @@
' Aktuelle Control Eigenschaften anzeigen
Me.pgControlProperties.SelectedObject = props
' Fenster Titel aktualisieren
Me.Text = String.Format("Eigenschaften von {0}({1})", type, props.ID.ToString())
Me.Text = String.Format("Properties of {0} ({1})", type, props.ID.ToString())
Catch ex As Exception
MsgBox("Error in LoadControlProperties" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
@@ -599,7 +599,7 @@
End If
If ClassControlCommands.DeleteControl() = True Then
MsgBox("Element gelöscht, Elemente werden neu geladen.", MsgBoxStyle.Information)
'MsgBox("Element gelöscht, Elemente werden neu geladen.", MsgBoxStyle.Information)
CtrlBuilder.ClearControls()
frmLevel_Designer.Instance.LoadControls()
End If