Condensing edustrings

This commit is contained in:
Peter Wilson
2015-11-19 14:49:14 -06:00
parent 5823e4095d
commit 056bc26874
17 changed files with 193 additions and 313 deletions

View File

@@ -400,7 +400,7 @@ namespace EduNetworkBuilder
Button btnAccept = new Button();
btnAccept.Location = new Point(cbQuestions.Location.X, cbQuestions.Location.Y + cbQuestions.Height + 10);
btnAccept.Text = NB.Translate("NB_ChangeLangOK");
btnAccept.Text = NB.Translate("_OK");
btnAccept.Click += (s, g) => { Button b = (Button)s; Form f = (Form)b.Parent; f.Close(); };
LanguageForm.Controls.Add(lblText);